mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-22 15:34:50 +01:00
chore: retab
This commit is contained in:
parent
e7a6b86ee5
commit
fcdb60212d
10 changed files with 118 additions and 122 deletions
|
@ -7,8 +7,6 @@
|
|||
<address rel="author">By <span class="metaData">{{config.extra.author}}</span></address>
|
||||
{% endif %}
|
||||
|
||||
<article>
|
||||
{% include "base-page.html" %}
|
||||
</article>
|
||||
<article>{% include "base-page.html" %}</article>
|
||||
|
||||
{% endblock content %}
|
||||
|
|
|
@ -13,9 +13,7 @@
|
|||
|
||||
<ul class="titleList">
|
||||
{% 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 }}</span>{% endif %}</a>
|
||||
</li>
|
||||
<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 }}</span>{% endif %}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in a new issue