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