update blog_index title handling

This commit is contained in:
Akbar Rahman 2024-04-13 21:02:53 +01:00
parent a7fc67ee00
commit 41cadb0354
Signed by: alvierahman90
GPG Key ID: 6217899F07CA2BDF

View File

@ -31,7 +31,10 @@
<pre>{{ license }}</pre> <pre>{{ license }}</pre>
</details> </details>
{% endif %} {% endif %}
{% if not content %}
<h1>{{ title }}</h1> <h1>{{ title }}</h1>
{% endif %}
{% if not content_after_search %} {% if not content_after_search %}
{{ content|safe }} {{ content|safe }}