From e7d64c2b8cf3bf82ace7bd87d3f4aeed8dc714e4 Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 8 Nov 2024 13:23:24 +0100 Subject: [PATCH] restore index-label class --- templates/macros/list_posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros/list_posts.html b/templates/macros/list_posts.html index 4d5ab22a6..04c2bac7c 100644 --- a/templates/macros/list_posts.html +++ b/templates/macros/list_posts.html @@ -46,7 +46,7 @@ {# index starts at 1 instead of 0 #} {%- set post_index = number_of_posts + 1 - post_index -%} {%- endif -%} -
  • {{ post_index }}
  • +
  • {{ post_index }}
  • {%- endif -%} {%- if "dates" in metadata -%}