New template head structure for css links

Moved css link in page head into links block
for better override possibility.
This commit is contained in:
Stephan 2019-03-26 20:17:57 +01:00
parent c23bf9d426
commit a764b0844d
3 changed files with 6 additions and 6 deletions

View file

@ -11,8 +11,7 @@
{% block meta %}{% endblock %}
{% include "demo/partials/_links.njk" %}
{% block links %}{% endblock %}
{% block links %}
<!--[if lte IE 9]>
<script src="https://cdn.jsdelivr.net/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
@ -26,6 +25,7 @@
<link rel="stylesheet" type="text/css" media="all" href="/css/demo.css"/>
<!-- <link rel="stylesheet" type="text/css" media="print" href="/css/print.css"/> -->
{% endblock %}
{% endblock %}
</head>
<body class="{{ bodyClass }}">