mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
restore index-label class
This commit is contained in:
parent
096a76b01d
commit
e7d64c2b8c
1 changed files with 1 additions and 1 deletions
|
@ -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 -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue