diff --git a/src/styles/page-template/custom/code.njk b/src/styles/page-template/custom/code.njk index 22975b38c1..a0b27187f6 100644 --- a/src/styles/page-template/custom/code.njk +++ b/src/styles/page-template/custom/code.njk @@ -147,5 +147,9 @@ ignoreInSitemap: true {% endblock %} {% block bodyEnd %} - + + {% endblock %} diff --git a/src/styles/page-template/default/code.njk b/src/styles/page-template/default/code.njk index 76095337eb..2ce7fe282f 100644 --- a/src/styles/page-template/default/code.njk +++ b/src/styles/page-template/default/code.njk @@ -15,6 +15,9 @@ ignoreInSitemap: true {% block bodyEnd %} {# Run JavaScript at end of the , to avoid blocking the initial render. #} - - + + {% endblock %}