chore: retab

This commit is contained in:
zaaarf 2023-12-26 01:11:47 +01:00
parent e7a6b86ee5
commit fcdb60212d
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B
10 changed files with 118 additions and 122 deletions

View file

@ -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 %}

View file

@ -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>