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:
parent
c23bf9d426
commit
a764b0844d
3 changed files with 6 additions and 6 deletions
|
|
@ -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 }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue