From 61b773f06952c66bad5f1f12fb8fc30d6582e86a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 19 Jul 2022 15:25:40 +0100 Subject: fixed header sizes --- themes/problematic/layouts/_default/single.html | 2 +- themes/problematic/layouts/partials/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/problematic/layouts/_default/single.html b/themes/problematic/layouts/_default/single.html index 50605d1..4142125 100644 --- a/themes/problematic/layouts/_default/single.html +++ b/themes/problematic/layouts/_default/single.html @@ -6,6 +6,6 @@ } -

{{ .Title }}

+

{{ .Title }}

{{ .Content }} {{ end }} diff --git a/themes/problematic/layouts/partials/header.html b/themes/problematic/layouts/partials/header.html index 24e94ec..9a2fffa 100644 --- a/themes/problematic/layouts/partials/header.html +++ b/themes/problematic/layouts/partials/header.html @@ -1,5 +1,5 @@