Footnote references are duplicated on list pages

For anyone stumbling across this…

This test site showcases two methods for handling footnotes when content from multiple pages is rendered onto a single page:

  • Books section: Footnotes for each page are rendered immediately following that page’s content. This approach requires Hugo v0.151.0 or later.

  • Films section: Footnotes for all pages are collected and rendered together after all content has been displayed. This approach requires Hugo v0.117.0 or later.

The specific requirements for implementing each of these approaches are detailed at the top of their respective section pages.

git clone --single-branch -b hugo-github-issue-8045 https://github.com/jmooring/hugo-testing hugo-github-issue-8045
cd hugo-github-issue-8045
hugo server