Browse Source

Footnote text as span (inline as default).

master
Erik Stein 7 years ago
parent
commit
be4cdba3d5
  1. 4
      content_plugins/templates/plugins/_footnote.html

4
content_plugins/templates/plugins/_footnote.html

@ -1,7 +1,7 @@
<{{ content.html_tag }} class="footnote">
<a id="fn{{ content.index }}" class="footnote-index" href="#back{{ content.index }}">{{ content.index }}</a>
<div class="footnote-text">
<span class="footnote-text">
{{ content.prepared_richtext }}
</div>
</span>
</{{ content.html_tag }}>

Loading…
Cancel
Save