From c5069102b10940581cdd0c743d1c93ccc7c3512f Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sat, 2 Sep 2023 11:56:33 +0200 Subject: [PATCH] Adjust spacing in sections --- themes/chosto/layouts/_default/list.html | 2 +- themes/chosto/layouts/_default/section.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/chosto/layouts/_default/list.html b/themes/chosto/layouts/_default/list.html index a1af520..f6c5bfc 100644 --- a/themes/chosto/layouts/_default/list.html +++ b/themes/chosto/layouts/_default/list.html @@ -14,7 +14,7 @@ ".Params.incoming" "!=" true) }} {{ range $paginator.Pages }} -
+
{{ .Render "summary" }}
{{ end }} diff --git a/themes/chosto/layouts/_default/section.html b/themes/chosto/layouts/_default/section.html index 7ab6f70..267804f 100644 --- a/themes/chosto/layouts/_default/section.html +++ b/themes/chosto/layouts/_default/section.html @@ -4,7 +4,7 @@
{{/* A section _index.md may have a content, describing its theme */}} {{ with .Content }} -
+
{{ . }}