Place footnotes title inside Footnote container

This commit is contained in:
Helen Chong 2024-05-17 23:20:19 +08:00
parent 886a4c49d5
commit 879ca96415
1 changed files with 1 additions and 1 deletions

View File

@ -77,8 +77,8 @@ module.exports = function (eleventyConfig) {
// Configure markdown-it-footnote
markdownLibrary.renderer.rules.footnote_block_open = () => (
'<hr class="footnotes-sep">\n' +
'<h2>Footnotes</h2>\n' +
'<section class="footnotes">\n' +
'<h2>Footnotes</h2>\n' +
'<ol class="footnotes-list">\n'
);