From 41cadb0354898f4718155314bceb188104368a56 Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Sat, 13 Apr 2024 21:02:53 +0100 Subject: [PATCH] update blog_index title handling --- templates/blog_index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/blog_index.html b/templates/blog_index.html index de2f46d..a041247 100644 --- a/templates/blog_index.html +++ b/templates/blog_index.html @@ -31,7 +31,10 @@
{{ license }}
{% endif %} + {% if not content %}

{{ title }}

+ {% endif %} + {% if not content_after_search %} {{ content|safe }}