From edd49a893c5f581a2f622f2b29a289760bbc2edc Mon Sep 17 00:00:00 2001 From: Francesco Date: Sat, 11 May 2024 22:13:47 +0200 Subject: Format --- layouts/partials/head.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index fef47c4..9350ee6 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,6 +1,14 @@ -{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ 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