Skip to content
Snippets Groups Projects
Commit ac4ae28e authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Add extra optional header template. This allows people to add extra...

Add extra optional header template. This allows people to add extra header-lines without needing to override the base.twig template completely by creating _head.twig with their own meta/css/... lines. If the template is missing nothing is added.
parent 253bd0d6
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment