Uus heading for latest changelog date in the Updates section
This commit is contained in:
parent
3b85f4764b
commit
b9bad242d1
|
@ -26,7 +26,7 @@ isContentDivided: true
|
|||
<h2>Updates</h2>
|
||||
<div class="text-box">
|
||||
{% for log in collections["changelogs"] | reverse | itemLimit(1) %}
|
||||
<p class="date-style">{{ log.data.date | niceDate }}:</p>
|
||||
<h3 class="date-style">{{ log.data.date | niceDate }}:</h3>
|
||||
{{ log.templateContent | safe }}
|
||||
{%- endfor %}
|
||||
<p><a href="/changelogs">View all site changelogs</a></p>
|
||||
|
|
Loading…
Reference in New Issue