fix mastodon verification

This commit is contained in:
2019-03-19 16:35:29 +01:00
parent 14617bd508
commit e21388f8ab
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
{{ end }}
{{- with .Site.Params.Social.Mastodon -}}
<li><a href="https://{{- . -}}" title="Mastodon"><i class="fab fa-mastodon"></i></a></li>
<li><a href="https://{{- . -}}" title="Mastodon" rel="me"><i class="fab fa-mastodon"></i></a></li>
{{ end }}
{{- with .Site.Params.Social.Twitter -}}