mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-22 15:34:50 +01:00
chore: removed useless check
This commit is contained in:
parent
cb64f9eb10
commit
4ddc6d6295
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
{% set datefmt = " @ %Y-%m-%dT%H:%M:%S%Z" %}
|
{% set datefmt = " @ %Y-%m-%dT%H:%M:%S%Z" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for page in pages %}
|
{% for page in pages %}
|
||||||
<li><a href="{{ page.permalink | safe }}">{{ page.title }}{% if config.extra.show_date_paginator and config.extra.show_date_paginator == true %} <span class="contentDate">{{ page.date | date(format=datefmt) }}</span>{% endif %}</a></li>
|
<li><a href="{{ page.permalink | safe }}">{{ page.title }}<span class="contentDate">{{ page.date | date(format=datefmt) }}</span></a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue