Skip to content
Snippets Groups Projects
Commit f860950c authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

fix footnote inline-ification

parent 16d0d224
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<ol> <ol>
{% for footnote in page.footnotes_list %} {% for footnote in page.footnotes_list %}
<li id="footnote-{{ forloop.counter }}"> <li id="footnote-{{ forloop.counter }}">
<div class="[&>p:last-of-type]:inline-block"> <div class="[&>p]:inline-block">
{{ footnote.text|richtext }} {{ footnote.text|richtext }}
&nbsp;<a &nbsp;<a
href="#footnote-source-{{ forloop.counter }}" href="#footnote-source-{{ forloop.counter }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment