restore index-label class

This commit is contained in:
welpo 2024-11-08 13:23:24 +01:00
parent 096a76b01d
commit e7d64c2b8c
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6

View file

@ -46,7 +46,7 @@
{# index starts at 1 instead of 0 #}
{%- set post_index = number_of_posts + 1 - post_index -%}
{%- endif -%}
<li>{{ post_index }}</li>
<li class="index-label">{{ post_index }}</li>
{%- endif -%}
{%- if "dates" in metadata -%}