Hi,
I’m relatively new to Hugo/CSS and have been trying to set-up a new website for academic purposes. However the footnotes towards the end of the page appear in a very weird way:
I’ve already searched inside this forum and elsewhere and can’t find anything useful. I’ve searched for any place inside the theme (called itheme) which would customize footnotes and there’s almost nothing.
If I look at the source code for the footer it looks like this:
<li id="fn:1">
<p class="component-content component">footnote text <a href="#fnref:1" class="footnote-backref" role="doc-backlink">↩︎</a></p>
</li>
<li id="fn:2">
<p class="component-content component">footnote text <a href="#fnref:2" class="footnote-backref" role="doc-backlink">↩︎</a></p>
</li>
</ol></div>
So apparently footnotes appear inside their own paragraph(?). Is this a bug?
I’ve tried fixing this with CSS but I’m out of solutions for now.
Thanks.