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

@@ -8,7 +8,6 @@
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}" />{{ end }}
{{ with .Site.Params.keywords }}<meta name="description" content="{{ . }}" />{{ end }}
<link rel="shortcut icon" type="image/x-icon" href="{{ .Site.BaseURL }}img/favicon.ico" />
<link rel="me" href="https://mastodon.social/@mxmehl" />
<title>
{{- if .IsHome -}}
{{- .Site.Title -}}

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 -}}