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:
parent
2c4509b480
commit
f19057a5e7
1 changed files with 2 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue