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