From e21388f8ab9cd7ff2f615d423755ca338b01b889 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Tue, 19 Mar 2019 16:35:29 +0100 Subject: [PATCH] fix mastodon verification --- themes/hugo-sustain/layouts/partials/head.html | 1 - themes/hugo-sustain/layouts/partials/social.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/hugo-sustain/layouts/partials/head.html b/themes/hugo-sustain/layouts/partials/head.html index f09eb31..ed42ce1 100644 --- a/themes/hugo-sustain/layouts/partials/head.html +++ b/themes/hugo-sustain/layouts/partials/head.html @@ -8,7 +8,6 @@ {{ with .Site.Params.description }}{{ end }} {{ with .Site.Params.keywords }}{{ end }} - {{- if .IsHome -}} {{- .Site.Title -}} diff --git a/themes/hugo-sustain/layouts/partials/social.html b/themes/hugo-sustain/layouts/partials/social.html index eb95b2d..e4547c1 100755 --- a/themes/hugo-sustain/layouts/partials/social.html +++ b/themes/hugo-sustain/layouts/partials/social.html @@ -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 -}}