From fd50a946d095dee7f2aa490808af9c4ae94e1a6f Mon Sep 17 00:00:00 2001 From: ruslan Date: Fri, 25 Jul 2025 23:26:00 +0200 Subject: [PATCH] /> --- layouts/partials/header.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 6a1f02a..c84ae58 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,6 +1,6 @@ - + {{- $title := ( .Title ) -}} {{- $siteTitle := ( .Site.Title ) -}} {{- if .IsHome -}} @@ -13,9 +13,10 @@ {{- end -}} - + - + + {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} @@ -30,7 +31,7 @@ {{- if isset .Site.Params "customcss" }} {{ range .Site.Params.customCSS }} {{ $customstyle := resources.Get . | fingerprint }} - + {{ end }} {{- end -}} {{- range .Site.Params.customJS }}