octopress / littlefoot

Fancy footnote popovers with native Javascript, for any Jekyll site.
MIT License
10 stars 6 forks source link

Switched to using querySelectorAll to hide multiple footnote section… #3

Open rtoohil opened 7 years ago

rtoohil commented 7 years ago

When a page is a collection of posts, and more than one post has a footnote (or footnotes), only the first footnotes section was being hidden.

This loops through each footnotes section and hides them.