From 69e3190a80591c78d469897c1332c77f54c6d1e5 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:12:38 +0200 Subject: [PATCH] set inline without block --- 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 3c0cb91..c291165 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> + <div class="[&>p]:inline"> {{ footnote.text|richtext }} <a href="#footnote-source-{{ forloop.counter }}" -- GitLab