From 15468faee35d09071711986ff897702540c6212a Mon Sep 17 00:00:00 2001 From: Stef Dunlap Date: Tue, 17 May 2022 22:40:28 -0400 Subject: [PATCH] Normalize header --- layouts/_default/single.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 84c4b94..3e86080 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,7 +1,12 @@ {{ define "main" }} -
+
-

{{ .Title }}

+
+

{{.Title}}

+ {{ with .Params.subtitle }} + {{.}} + {{ end }} +
{{.Content}}