From b3142c85e79640bf9a75ff445e7ae54f1c7e2e3f Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Fri, 15 Oct 2021 01:48:35 +0200 Subject: [PATCH] Encapsulate summary in primary box --- themes/chosto/layouts/_default/single.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/chosto/layouts/_default/single.html b/themes/chosto/layouts/_default/single.html index 0b5ac26..f190cee 100644 --- a/themes/chosto/layouts/_default/single.html +++ b/themes/chosto/layouts/_default/single.html @@ -36,8 +36,11 @@ {{ end }} {{ with .Params.summary }} - {{ . }} -

+
+
+ {{ . }} +
+
{{ end }} {{ if (and (not .Params.notoc) (gt .WordCount 600)) }}