patdryburgh / hitchens

An inarguably well-designed Jekyll theme.
https://patdryburgh.github.io/hitchens/
MIT License
348 stars 447 forks source link

Formatting for footnotes #10

Closed bmann closed 5 years ago

bmann commented 6 years ago

Jekyll (or specifically, kramdown) supports footnotes. It would be nice to have formatting for it.

Here's an example of the generated HTML from a footnote:

<div class="footnotes">
  <ol>
  <li id="fn:emailteam">
  <p>I wrote a <a href="https://speakerdeck.com/">presentation about email at companies</a> that I should revisit and add Missive to. <a href="#fnref:emailteam" class="reversefootnote">&#8617;</a></p>
  </li>
  </ol>
</div>
patdryburgh commented 5 years ago

@bmann I've added some formatting to the footnotes here:

screen shot 2018-10-18 at 9 49 25 pm

Thanks for posting these issues for me!

patdryburgh commented 5 years ago

Not sure how I feel about the second divider… might be redundant.

patdryburgh commented 5 years ago

There, that's better:

screen shot 2018-10-18 at 9 52 29 pm
bmann commented 5 years ago

So nice!