Skip to content

Commit

Permalink
restore index-label class
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Nov 8, 2024
1 parent 096a76b commit e7d64c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/macros/list_posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}
Expand Down

0 comments on commit e7d64c2

Please sign in to comment.