updated headers / footers / links / post tags

This commit is contained in:
2019-10-27 01:16:35 +02:00
parent c196fcf7a8
commit 261206c9bc
10 changed files with 124 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
{{ if $.Site.Params.twitter_username }}
<a href="https://twitter.com/{{ .Site.Params.twitter_username }}" target="_blank">
<a href="https://twitter.com/{{ .Site.Params.twitter_username }}" aria-label="twitter" rel="noreferrer" target="_blank">
<span class="icon icon--twitter">{{ partial "icon-twitter.svg" }}</span>
</a>
{{end}}