fix mastodon verification
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}" />{{ end }}
|
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}" />{{ end }}
|
||||||
{{ with .Site.Params.keywords }}<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="shortcut icon" type="image/x-icon" href="{{ .Site.BaseURL }}img/favicon.ico" />
|
||||||
<link rel="me" href="https://mastodon.social/@mxmehl" />
|
|
||||||
<title>
|
<title>
|
||||||
{{- if .IsHome -}}
|
{{- if .IsHome -}}
|
||||||
{{- .Site.Title -}}
|
{{- .Site.Title -}}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{- with .Site.Params.Social.Mastodon -}}
|
{{- 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 }}
|
{{ end }}
|
||||||
|
|
||||||
{{- with .Site.Params.Social.Twitter -}}
|
{{- with .Site.Params.Social.Twitter -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user