From 10ff471ca02e78fb8641e76ffb1cb8387d540125 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Wed, 11 Dec 2024 01:42:31 +0300 Subject: Auto-commit 2024-12-11 --- layouts/partials/head.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0e445ee..5179dc3 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,13 +1,13 @@ +{{if .Params.gomod}} + + +{{end}} -{{if .Params.gomod}} - - -{{end}} {{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }} -- cgit v1.2.3