mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-05 08:42:42 +00:00
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
|
// Configure markdown-it-footnote
|
||||||
markdownLibrary.renderer.rules.footnote_block_open = () => (
|
markdownLibrary.renderer.rules.footnote_block_open = () => (
|
||||||
'<hr class="footnotes-sep">\n' +
|
'<hr class="footnotes-sep">\n' +
|
||||||
'<h2>Footnotes</h2>\n' +
|
|
||||||
'<section class="footnotes">\n' +
|
'<section class="footnotes">\n' +
|
||||||
|
'<h2>Footnotes</h2>\n' +
|
||||||
'<ol class="footnotes-list">\n'
|
'<ol class="footnotes-list">\n'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user