From 656739e5374a785e1497c300c2fa8b8744e31bfb Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 5 Oct 2025 17:51:54 +0200 Subject: Added css version to bypass browser caching --- layouts/partials/head.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 477643d..47f4649 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,13 +1,6 @@ -{{ with .Params.css }} - -{{- else -}} - -{{- with .Section }} - -{{- end }} -{{- end }} + {{ if .IsHome }}{{ site.Title }}{{ else }}{{ .Title }}{{ end }} @@ -20,4 +13,4 @@ {{- $processed := .Resize "600x" }} {{- $processed := $processed.Crop "512x512" }} -{{- end -}} +{{- end -}} \ No newline at end of file -- cgit v1.2.3