mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 19:58:44 +01: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 #}
|
{# index starts at 1 instead of 0 #}
|
||||||
{%- set post_index = number_of_posts + 1 - post_index -%}
|
{%- set post_index = number_of_posts + 1 - post_index -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
<li>{{ post_index }}</li>
|
<li class="index-label">{{ post_index }}</li>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
{%- if "dates" in metadata -%}
|
{%- if "dates" in metadata -%}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue