From f1ba981e1b93322ad9131f597d93b2c2277dabeb Mon Sep 17 00:00:00 2001 From: Phil Bajsicki Date: Sun, 8 Dec 2024 04:00:19 +0100 Subject: [PATCH] Move hr --- layouts/index.html | 5 +++-- layouts/partials/brand.html | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 1b8f5b8..2068510 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,7 +1,8 @@ {{ define "main" }}
-{{ partial "brand.html" . }} -{{ with .Content }} + {{ partial "brand.html" . }} +
+ {{ with .Content }}
{{ . }}
diff --git a/layouts/partials/brand.html b/layouts/partials/brand.html index eaebca6..0bcdf2f 100644 --- a/layouts/partials/brand.html +++ b/layouts/partials/brand.html @@ -2,5 +2,4 @@

{{ .Site.Title}}

{{ .Site.Params.subtitle }}

{{ partial "nav.html" . }} -