Place footnotes title inside Footnote container
This commit is contained in:
parent
886a4c49d5
commit
879ca96415
|
@ -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'
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue