From 41924391280f3ab06396dc9f88a2e4117904f853 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 29 Sep 2025 13:53:48 -0400 Subject: made site --- .../themes/hugo-starter/layouts/partials/head.html | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 site/themes/hugo-starter/layouts/partials/head.html (limited to 'site/themes/hugo-starter/layouts/partials/head.html') diff --git a/site/themes/hugo-starter/layouts/partials/head.html b/site/themes/hugo-starter/layouts/partials/head.html new file mode 100644 index 0000000..e7c23e5 --- /dev/null +++ b/site/themes/hugo-starter/layouts/partials/head.html @@ -0,0 +1,36 @@ + + + +{{ if not .IsHome }}{{ .Title }} | {{ end }}{{ .Site.Title }} + + + + + + + +{{ with .OutputFormats.Get "rss" -}} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} +{{ end -}} -- cgit v1.2.3