layouts: footer: add matrix link

This commit is contained in:
Bruno BELANYI 2020-12-07 18:17:54 +01:00
parent fc195aec4c
commit e1ad707bcd
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ author:
gitlab: "Ambroisie"
sourcehut: "ambroisie"
linkedin: "bruno-belanyi"
matrix: "@ambroisie:belanyi.fr"
permalinks:
posts: /:year/:month/:day/:title/

View file

@ -13,6 +13,7 @@
<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>
<a data-hint="Matrix" title="Matrix" href="https://matrix.to/#/{{ .Site.Author.matrix }}" target="_blank" rel="me"> Matrix </a>
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
</div>