move analytics include

This commit is contained in:
infominer33 2019-03-16 20:55:18 -04:00
parent e562a5b677
commit ee35897f84

View File

@ -1,13 +1,13 @@
---
---
<!doctype html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
{% include analytics.html %}
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{% include seo.html %}
{% include seo.html %}
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script>
@ -46,8 +46,6 @@
<p>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
{% include analytics.html %}
</body>
</html>