mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-12 18:49:22 +01:00
chore: removed useless check
This commit is contained in:
parent
cb64f9eb10
commit
4ddc6d6295
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@
|
|||
{% if config.extra.date_format.list %}
|
||||
{% set datefmt = config.extra.date_format.list %}
|
||||
{% else %}
|
||||
{% set datefmt = "@ %Y-%m-%dT%H:%M:%S%Z" %}
|
||||
{% set datefmt = " @ %Y-%m-%dT%H:%M:%S%Z" %}
|
||||
{% endif %}
|
||||
{% 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 %}
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in a new issue