I'm using Nikola 8.2.3 with the bootblog-jinja theme.

Why do some footnote references look like

<a class="footnote-reference brackets" href="#xeksil"
id="footnote-reference-1" role="doc-noteref"><span
class="fn-bracket">[</span>1<span class="fn-bracket">]</span></a>

there there are spans with [ and ] surrounding the footnote number and in
others the footnote reference looks like this

<a class="footnote-reference brackets" href="#posts" id="id1">1</a>

????

This means that if you use :before and :after on
a.footnote-reference.bracket you get double [[]] on the first, while the
second only has one [].

The list of footnotes in the former have them as an aside inside an aside
with a span with another span inside that has a literal [ and an a element
that has the footnote number and the backref, then another span with a
literal ] and then the paragraph with the content of the footnote.   This
means you get the number on a separate line *before* the content of the
footnote.

 The list of footnotes in the later are inside a dl element where the dt
elements have an a element with :before of [ and after of ], all inside a
dt element.

I'm a little confused.
-- 
T. Kurt Bond, [email protected], https://tkurtbond.github.io

-- 
You received this message because you are subscribed to the Google Groups 
"nikola-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nikola-discuss/CAN1EhV_0VkMqRbabFLf-eD9SWLv_eYVjijCHBOC3inz2jwFJ7A%40mail.gmail.com.

Reply via email to