layouts: footer: add linkedin link
This commit is contained in:
parent
f87c15feb4
commit
e7a99cb0be
|
@ -33,6 +33,7 @@ author:
|
||||||
github: "Ambroisie"
|
github: "Ambroisie"
|
||||||
gitlab: "Ambroisie"
|
gitlab: "Ambroisie"
|
||||||
sourcehut: "ambroisie"
|
sourcehut: "ambroisie"
|
||||||
|
linkedin: "bruno-belanyi"
|
||||||
|
|
||||||
permalinks:
|
permalinks:
|
||||||
posts: /:year/:month/:day/:title/
|
posts: /:year/:month/:day/:title/
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
<a data-hint="Github" title="Github" href="https://github.com/{{ .Site.Author.github }}" target="_blank" rel="me"> Github </a>
|
<a data-hint="Github" title="Github" href="https://github.com/{{ .Site.Author.github }}" target="_blank" rel="me"> Github </a>
|
||||||
<a data-hint="GitLab" title="GitLab" href="https://gitlab.com/{{ .Site.Author.gitlab }}" target="_blank" rel="me"> GitLab </a>
|
<a data-hint="GitLab" title="GitLab" href="https://gitlab.com/{{ .Site.Author.gitlab }}" target="_blank" rel="me"> GitLab </a>
|
||||||
<a data-hint="Sourcehut" title="Sourcehut" href="https://sr.ht/~{{ .Site.Author.sourcehut }}" target="_blank" rel="me"> Sourcehut </a>
|
<a data-hint="Sourcehut" title="Sourcehut" href="https://sr.ht/~{{ .Site.Author.sourcehut }}" target="_blank" rel="me"> Sourcehut </a>
|
||||||
|
<a data-hint="LinkedIn" title="LinkedIn" href="https://www.linkedin.com/in/{{ .Site.Author.linkedin }}" target="_blank" rel="me"> LinkedIn </a>
|
||||||
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue