defered JS before meta tags
This commit is contained in:
parent
ab435eed78
commit
b3f127187d
1 changed files with 4 additions and 4 deletions
|
|
@ -33,11 +33,11 @@
|
|||
<!-- 6 preloads -->
|
||||
{% include "head/preloads.njk" %}
|
||||
|
||||
<!-- 7 meta tags, icons, open graph etc. -->
|
||||
{% include "head/meta-info.njk" %}
|
||||
|
||||
<!-- 8 defer -->
|
||||
<!-- 7 defer -->
|
||||
{% include "head/js-defer.njk" %}
|
||||
|
||||
<!-- 8 meta tags, icons, open graph etc. -->
|
||||
{% include "head/meta-info.njk" %}
|
||||
</head>
|
||||
|
||||
<body class="{{ layout }}">
|
||||
|
|
|
|||
Loading…
Reference in a new issue