From 511cbfbafde4ff463751fadf8dd15d3b7eb41cea Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Thu, 24 Oct 2024 08:14:08 -0500 Subject: Refactor theme usage --- themes/markskitchen/layouts/partials/head.html | 45 -------------------------- 1 file changed, 45 deletions(-) delete mode 100644 themes/markskitchen/layouts/partials/head.html (limited to 'themes/markskitchen/layouts/partials/head.html') diff --git a/themes/markskitchen/layouts/partials/head.html b/themes/markskitchen/layouts/partials/head.html deleted file mode 100644 index 29e9f49..0000000 --- a/themes/markskitchen/layouts/partials/head.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - {{ if .Keywords }} - - {{ end }} - - - - - - {{ range .AlternativeOutputFormats -}} - {{ printf ` - ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} - {{ end -}} - - - - - - {{ template "_internal/schema.html" . }} - - - - - - {{ if .IsHome }} - {{ .Site.Title }} - {{ else }} - {{ .Title }} - {{ .Site.Title }} - {{ end }} - - {{ block "head" . }}{{ end }} - -- cgit v1.2.3