From 879ca964155a6fa71648ced4c2d6e8009a1661ea Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 17 May 2024 23:20:19 +0800 Subject: [PATCH] Place footnotes title inside Footnote container --- eleventy.config.md.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eleventy.config.md.js b/eleventy.config.md.js index 6f68edef..10575ccc 100644 --- a/eleventy.config.md.js +++ b/eleventy.config.md.js @@ -77,8 +77,8 @@ module.exports = function (eleventyConfig) { // Configure markdown-it-footnote markdownLibrary.renderer.rules.footnote_block_open = () => ( '
\n' + - '

Footnotes

\n' + '
\n' + + '

Footnotes

\n' + '
    \n' );