From 8755ef0ca61968e33672c1fca627e27a82c4cb90 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 1 Jun 2023 23:17:28 +0200 Subject: [PATCH] don't include summary if there is none --- web/_layouts/default.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/web/_layouts/default.html b/web/_layouts/default.html index 23a70bd..d62fb3e 100644 --- a/web/_layouts/default.html +++ b/web/_layouts/default.html @@ -7,7 +7,9 @@ {{ page.title }} - + {% if page.summary %} + + {% endif %} @@ -16,7 +18,9 @@ - + {% if page.summary %} + + {% endif %}