diff --git a/home/templates/home/includes/footnotes.html b/home/templates/home/includes/footnotes.html index f67fcd5984331ead796d39958d37921e2067adfb..3c0cb9110cae4981aed22ac273e7867a4d08f7e3 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]:inline-block"> + <div> {{ footnote.text|richtext }} <a href="#footnote-source-{{ forloop.counter }}"