layouts: partials: use 'footer-extra'
This commit is contained in:
parent
ecbff557cd
commit
d20b6aed18
1 changed files with 1 additions and 8 deletions
20
layouts/partials/footer-extra.html
Normal file
20
layouts/partials/footer-extra.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<footer class="common-footer">
|
||||
{{ $languagesCount := $.Site.Home.AllTranslations }}
|
||||
{{ if gt $languagesCount 1 }}
|
||||
{{ partial "languageSelect.html" . }}
|
||||
{{ end }}
|
||||
|
||||
<div class="identity-links">
|
||||
<a data-hint="Email" title="Email" href="mailto:{{ .Site.Author.email }}" rel="me"> Email </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="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>
|
||||
<a rel="pgpkey" href="https://key.belanyi.fr/key.pgp"> PGP </a>
|
||||
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
|
||||
<p>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://blacklivesmatter.com/"> Black Lives Matter </a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue