From 2496db965db4fa48197cb31c7750b2a16523ed32 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 13 Oct 2025 12:00:03 -0400 Subject: renamed theme and added content --- site/themes/sine/layouts/partials/head.html | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 site/themes/sine/layouts/partials/head.html (limited to 'site/themes/sine/layouts/partials/head.html') diff --git a/site/themes/sine/layouts/partials/head.html b/site/themes/sine/layouts/partials/head.html new file mode 100644 index 0000000..e7c23e5 --- /dev/null +++ b/site/themes/sine/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