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,10 +11,10 @@
{% block meta %}{% endblock %}
{% include "demo/partials/_links.njk" %}
{% block links %}{% endblock %}
{% block links %}
<link rel="stylesheet" type="text/css" media="all" href="/css/demo.css"/>
{% endblock %}
{% endblock %}
</head>
<body class="{{ bodyClass }}">