Defining footnote location with Kramdown/Jekyll
I have a Jekyll blog that runs on kramdown 1.10, and I have tried to change the location of my footnote list to no avail. This is intended to go on a github-pages site, but doesn't work locally either. According to this issue , there is a way to add a footnote location elsewhere in your documents using Kramdown by defining a custom identifier that maps to a DOM object in your post. Particularly I have added this to my _config.yml kramdown: footnote_location: 'my_footnotes' and tried all of these variations atthe desired location in my layout: <ol id="my_footnotes" class="my_footnotes"></ol>