diff --git a/layout/_layout.njk b/layout/_layout.njk
index 82b01bb..8334c5a 100644
--- a/layout/_layout.njk
+++ b/layout/_layout.njk
@@ -3,8 +3,9 @@
{{ partial('_partials/head/head.njk', {}, {cache: theme.cache.enable}) }}
{%- include '_partials/head/head-unique.njk' -%}
- {{- next_js('load-config.js', true) }}
{% block title %}{% endblock %}
+ {{- next_js('load-config.js', true) }}
+ {{- next_inject('head') }}
{{ partial('_third-party/analytics/index.njk', {}, {cache: theme.cache.enable}) }}