layouts: add BLM link to footer
This commit is contained in:
parent
a478c9490d
commit
41510d1064
|
@ -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" . }}
|
||||
|
|
Loading…
Reference in a new issue