From 94a87494a8bc67d03cfef7433535f2ad71f20f50 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 4 Jan 2025 00:31:14 -0700 Subject: [PATCH] cleanup --- layouts/_default/baseof.html | 6 +++--- layouts/partials/head.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d02d3ce..febe55e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -8,9 +8,9 @@
-

+

{{ .Page.Title }} -

+
{{ block "main" . }} @@ -23,4 +23,4 @@ {{ end }}
- \ No newline at end of file + diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d45dddf..08eb43f 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,7 @@ -{{ with .Site.Params.favicon }}{{ end -}} + @@ -17,10 +17,10 @@ {{ if isset .Params "tags" }} - + {{ end -}} {{ if isset .Params "redirect" }} {{ end -}} - \ No newline at end of file +