From 6cbe0a532b0d2920ce9daffa91f6bfd0b79dda21 Mon Sep 17 00:00:00 2001 From: thunderbottom Date: Mon, 12 Aug 2024 19:48:20 +0530 Subject: [PATCH] chore: only add page summary if it exists --- templates/page.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/page.html b/templates/page.html index 85233f7..dc7a211 100644 --- a/templates/page.html +++ b/templates/page.html @@ -6,7 +6,9 @@ {% endblock title %} {% block description %} - + {% if page.summary %} + + {% endif %} {% if page.extra.tags %}