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

set inline without block

parent 280e9ce9
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> <div class="[&>p]:inline">
{{ 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.
Finish editing this message first!
Please register or to comment