diff --git a/source/_layouts/app.html.twig b/source/_layouts/app.html.twig index e39ccae87..d2db5e695 100644 --- a/source/_layouts/app.html.twig +++ b/source/_layouts/app.html.twig @@ -13,5 +13,6 @@ {% block body %}{% endblock %} + {% block javascripts %}{% endblock %} diff --git a/source/_pages/404.html b/source/_pages/404.html new file mode 100644 index 000000000..60830909b --- /dev/null +++ b/source/_pages/404.html @@ -0,0 +1,8 @@ +--- +title: Page not found +permalink: /404.html +--- + +{% block javascripts %} + +{% endblock %} diff --git a/source/_partials/plausible.html.twig b/source/_partials/plausible.html.twig index 11e542129..9829cd6c9 100644 --- a/source/_partials/plausible.html.twig +++ b/source/_partials/plausible.html.twig @@ -1,3 +1,4 @@ {% if plausible.domain %} + {% endif %}