From 72ebd593e8e83184b13a6321ab4f1effc27d11cd Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Fri, 30 May 2025 14:17:32 -0400 Subject: [PATCH] add initial scale --- layouts/partials/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index cba17f5..14de627 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,9 +1,9 @@ - + {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{- partialCached "head/css.html" . }} {{ with .OutputFormats.Get "rss" }} {{- printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} -{{- end }} \ No newline at end of file +{{- end }}