We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4095f65 + 2b9e716 commit 23e18e5Copy full SHA for 23e18e5
layout/_layout.swig
@@ -9,12 +9,11 @@
9
<head>
10
{% include '_partials/head.swig' %}
11
<title>{% block title %}{% endblock %}</title>
12
+ {% include '_third-party/analytics/index.swig' %}
13
</head>
14
15
<body itemscope itemtype="http://schema.org/WebPage" lang="{{ page.lang || page.language || config.language }}">
16
- {% include '_third-party/analytics/index.swig' %}
17
-
18
{% set container_class = "container " %}
19
{% if theme.sidebar.position %}
20
{% set container_class = container_class + 'sidebar-position-' + theme.sidebar.position %}
0 commit comments