diff --git a/source/_templates/layout.html b/source/_templates/layout.html index 27d661d9..a20cc7c5 100644 --- a/source/_templates/layout.html +++ b/source/_templates/layout.html @@ -14,10 +14,21 @@ gtag('config', 'UA-56860620-1'); - {{ super() }} - + + + + + {{ super() }} {% endblock %} {# Override content block #} @@ -106,6 +117,7 @@
+ {% block body %} {% endblock %}