From f50d1a51b246350b21686f7889baa7618b9020e2 Mon Sep 17 00:00:00 2001 From: rouce Date: Thu, 7 Sep 2023 17:48:44 -0400 Subject: [PATCH] update --- wiki-hemera/layouts/partials/head/head.html | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 wiki-hemera/layouts/partials/head/head.html diff --git a/wiki-hemera/layouts/partials/head/head.html b/wiki-hemera/layouts/partials/head/head.html new file mode 100644 index 0000000..6a5e7c8 --- /dev/null +++ b/wiki-hemera/layouts/partials/head/head.html @@ -0,0 +1,27 @@ +Mastodon + + + +{{- $description := partialCached "data/description" . .RelPermalink -}} + +{{ with .Params.Keywords }}{{ end }} + +{{- $title := partialCached "data/title" . .RelPermalink -}} +{{ $title }} + + + +{{- partial "head/style.html" . -}} +{{- partial "head/script.html" . -}} +{{- partial "head/opengraph/include.html" . -}} + +{{- range .AlternativeOutputFormats -}} + +{{- end -}} + +{{ with .Site.Params.favicon }} + +{{ end }} + +{{- template "_internal/google_analytics.html" . -}} +{{- partial "head/custom.html" . -}} \ No newline at end of file