From dac3933c969fc8f6282ea0843a702491397af51f Mon Sep 17 00:00:00 2001 From: QuackDoc Date: Mon, 5 Feb 2024 22:38:22 -0500 Subject: [PATCH] try again --- templates/blog.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/templates/blog.html b/templates/blog.html index 45545c9..9785d17 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -14,10 +14,9 @@ > - - - + + {%if section.title%} {{ section.title }} @@ -27,6 +26,7 @@ {%endif%} {% if page %} + {%if page.title%} {{ page.title }} @@ -90,8 +90,7 @@

{% if config.extra.after_dark_title %}

{{ config.extra.after_dark_title }}

-

AAAAAAAAAAAAAAAAAAA

-
+ {% endif %} {% for page in paginator.pages %} {{ post_macros::page_in_list(page=page) }}