layouts: footer: add matrix link
This commit is contained in:
parent
fc195aec4c
commit
e1ad707bcd
|
@ -34,6 +34,7 @@ author:
|
|||
gitlab: "Ambroisie"
|
||||
sourcehut: "ambroisie"
|
||||
linkedin: "bruno-belanyi"
|
||||
matrix: "@ambroisie:belanyi.fr"
|
||||
|
||||
permalinks:
|
||||
posts: /:year/:month/:day/:title/
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue