From f8a8ff1c0d29cd68f3aaeb7b6261913eac86f803 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 17 Nov 2022 13:19:53 -0800 Subject: [PATCH] Add margin-bottom to content divs --- layouts/_default/baseof.html | 5 +++++ layouts/_default/single.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 02c219b0..679d461b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -29,6 +29,11 @@ {{ if templates.Exists "partials/head.html" }} {{ partial "head" . }} {{ end }} +
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index c952c133..7f2da08f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -32,7 +32,7 @@ {{ end }} {{ if .Content }}
-
+
{{ .Content }}