diff --git a/templates/base.twig b/templates/base.twig index 9eef89566bccd075251bcd65f0cd8f91b0f3a0f5..bfb6a0b6c45398bd8f26cdc793bfbddeafcfb678 100644 --- a/templates/base.twig +++ b/templates/base.twig @@ -10,6 +10,7 @@ <link rel="stylesheet" href="{{ asset("css/stylesheet.css") }}"> <link rel="icon" href="{{ asset("icons/favicon.ico") }}"> <meta name="robots" content="noindex, nofollow"> + {{ include('_head.twig', ignore_missing = true) }} {% block preload %}{% endblock %} </head> <body id="{{ templateId }}">