fix: date wasn't using date macro in tag page

Signed-off-by: Louis Vallat <contact@louis-vallat.fr>
This commit is contained in:
Louis Vallat 2024-04-13 18:18:34 +02:00
parent 917cd61498
commit be166899c5
Signed by: louis
SSH Key Fingerprint: SHA256:0iPwDU/PZtEy/K13Oar4TzmcunmI9H5U9IsOR3jyT/Q

View File

@ -80,7 +80,7 @@
{% endif -%} {% endif -%}
<li class="post-list"> <li class="post-list">
<a href="{{ page.permalink | safe }}"> <a href="{{ page.permalink | safe }}">
<span class="post-date">{{ page.date }}</span> {{ post_macros::date(page=page) }}
:: <span class="post-list-title">{{ page.title }}</span></a> :: <span class="post-list-title">{{ page.title }}</span></a>
{{ post_macros::tags(page=page, short=true) }} {{ post_macros::tags(page=page, short=true) }}
</li> </li>