fix: date wasn't using date macro in tag page
Signed-off-by: Louis Vallat <contact@louis-vallat.fr>
This commit is contained in:
parent
917cd61498
commit
be166899c5
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user