From 6f8e4c9674feef5de49330d49315098efde90272 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki Date: Sun, 8 Dec 2024 04:05:14 +0100 Subject: [PATCH] Re-add HR --- layouts/index.html | 1 - layouts/partials/brand.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 2068510..47e6bb8 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,7 +1,6 @@ {{ define "main" }}
{{ partial "brand.html" . }} -
{{ with .Content }}
{{ . }} diff --git a/layouts/partials/brand.html b/layouts/partials/brand.html index 0bcdf2f..eaebca6 100644 --- a/layouts/partials/brand.html +++ b/layouts/partials/brand.html @@ -2,4 +2,5 @@

{{ .Site.Title}}

{{ .Site.Params.subtitle }}

{{ partial "nav.html" . }} +