layouts: footer: add linkedin link

This commit is contained in:
Bruno BELANYI 2020-07-26 18:41:59 +02:00
parent f87c15feb4
commit e7a99cb0be
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@ author:
github: "Ambroisie"
gitlab: "Ambroisie"
sourcehut: "ambroisie"
linkedin: "bruno-belanyi"
permalinks:
posts: /:year/:month/:day/:title/

View file

@ -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="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="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">
</div>