From f860950c7c1059c452fb6f6bf462963116f4592e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Mon, 21 Aug 2023 07:09:53 +0200 Subject: [PATCH] fix footnote inline-ification --- home/templates/home/includes/footnotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/templates/home/includes/footnotes.html b/home/templates/home/includes/footnotes.html index 39cfae5..f67fcd5 100644 --- a/home/templates/home/includes/footnotes.html +++ b/home/templates/home/includes/footnotes.html @@ -6,7 +6,7 @@ <ol> {% for footnote in page.footnotes_list %} <li id="footnote-{{ forloop.counter }}"> - <div class="[&>p:last-of-type]:inline-block"> + <div class="[&>p]:inline-block"> {{ footnote.text|richtext }} <a href="#footnote-source-{{ forloop.counter }}" -- GitLab