Move Google Analytics code to the top of the page to adhere to current recommendations.

This commit is contained in:
Andy Diamondstein 2016-02-26 12:58:06 -05:00
Родитель 97f5700700
Коммит 0a0210f293
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -12,6 +12,10 @@
<meta name="og:title" content="{{ site.title }} / {{page.title}}"/>
<meta name="og:image" content="{{ site.baseurl }}/images/{{ site.logo }}"/>
<meta name="og:description" content="{{ site.description }}"/>
{% if site.analytics.id %}
{% include analytics.liquid %}
{% endif %}
</head>
<body class="{{ page.bodyclass }}" id="top_of_page">
{% if page.tocDepth %}
@ -26,9 +30,5 @@
{% include footer.html %}
{% include end-of-page-styles.liquid %}
{% if site.analytics.id %}
{% include analytics.liquid %}
{% endif %}
</body>
</html>