From 821b4aa7d9af59ab30331abc00ba196c41f41379 Mon Sep 17 00:00:00 2001 From: M1cR0xf7 Date: Tue, 9 Apr 2024 15:24:42 +0200 Subject: [PATCH] close a div and remove useless trailing slashes --- layouts/_default/baseof.html | 14 +++++++------- layouts/partials/globallist.html | 1 + layouts/partials/styles.html | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index e943e96..3a20f05 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -8,20 +8,20 @@ - - + + {{ template "_internal/opengraph.html" . }} - + {{ if .Site.Params.twitter }} {{ end }} - - + + {{ partial "meta" . }} - + {{ partial "styles" . }} {{ if .Site.Params.faviconpath }} @@ -34,7 +34,7 @@ {{ end }} {{- with .OutputFormats.Get "rss" -}} - {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} + {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} diff --git a/layouts/partials/globallist.html b/layouts/partials/globallist.html index 9f0b1da..f4fbb5f 100644 --- a/layouts/partials/globallist.html +++ b/layouts/partials/globallist.html @@ -19,6 +19,7 @@

+ {{ end }} diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html index 0312953..5271287 100644 --- a/layouts/partials/styles.html +++ b/layouts/partials/styles.html @@ -1,3 +1,3 @@ {{- $sitecss := resources.Get "css/site.css" | resources.Minify }} - - + +