From f04fa2aba76e9e5f11d8bbc50f6f76d3d97963c4 Mon Sep 17 00:00:00 2001 From: QuackDoc Date: Mon, 5 Feb 2024 22:29:59 -0500 Subject: [PATCH] another small oops fix, maybe ill rebase these --- templates/blog.html | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/templates/blog.html b/templates/blog.html index 5ed100a..45545c9 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -13,34 +13,37 @@ > - {% block title %}{{ config.title }}{% endblock title %} - + {%if section.title%} {{ section.title }} - + {%endif%} {%if section.description%} - - + + {%endif%} {% if page %} {%if page.title%} {{ page.title }} - + {%endif%} {% if page.description %} - - + + {% elif config.description %} - - + + {% endif %} {% elif config.description %} - + + + {% else %} + {% block title %}{{ config.title }}{% endblock title %} + {% endif %} {% if config.generate_feed %}