Fix the missing blog post titles in the news section

Every post has a title. For unknown reason the template didn't show it.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2024-12-20 09:17:08 +00:00
parent 2c4509b480
commit f19057a5e7

View file

@ -2,7 +2,8 @@
{% block content %}
<h1>{{ resource.date | date(format='%B %e, %Y') }}</h1>
<h1>{{ resource.title }}</h1>
<p>{{ resource.date | date(format='%B %e, %Y') }}</p>
<div class="news_content"{% if resource.translations | length <= 1 %} dir="auto"{% endif %}>
{{ resource.content | safe }}