From 3134dbbadd01cfd3dfc201fcbc4fc8878fecbd95 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 25 May 2026 19:19:11 -0400 Subject: merge theme into site --- layouts/_partials/head.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 layouts/_partials/head.html (limited to 'layouts/_partials/head.html') diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html new file mode 100644 index 0000000..d48a8fe --- /dev/null +++ b/layouts/_partials/head.html @@ -0,0 +1,4 @@ + + +{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} +{{ with resources.Get "style.css" }}{{ end }} -- cgit v1.2.3