From c4618a940b99fd77876fcb33c188a8d7a302d283 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 6 Sep 2019 20:08:51 +0200 Subject: [PATCH] Add rel=me link to mastodon --- layouts/partials/head.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 layouts/partials/head.html diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..30a81f8 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,35 @@ + + + + + + + {{ hugo.Generator }} + + + + + {{ if .IsHome -}} + {{ .Site.Title }} + {{- else -}} + {{ .Title }} · {{ .Site.Title }} + {{- end }} + + + + + + + {{ partial "head_fonts.html" . }} + + + + + + + {{ range .AlternativeOutputFormats -}} + {{ printf `` .Permalink .Rel .MediaType.Type $.Site.Title | safeHTML }} + {{ end -}} + + {{ partial "hook_head_end.html" . }} +