layouts: add BLM link to footer

This commit is contained in:
Bruno BELANYI 2020-12-16 15:36:31 +01:00
parent a478c9490d
commit 41510d1064

View file

@ -15,6 +15,11 @@
<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">
<p>
<a target="_blank" rel="noopener noreferrer" href="https://blacklivesmatter.com/"> Black Lives Matter </a>
</p>
</div>
<div class="blm">
</div>
{{ partial "themeSwitcher.html" . }}