2013-05-24 16:25:31 +02:00
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
2016-02-22 22:16:15 +01:00
|
|
|
<script>window.jQuery || document.write('<script src="{{ absurl }}/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
|
|
|
|
<script src="{{ absurl }}/assets/js/scripts.min.js"></script>
|
2016-02-23 17:03:49 +01:00
|
|
|
|
|
|
|
{% if site.google_analytics %}
|
2013-05-24 16:25:31 +02:00
|
|
|
<script>
|
2016-02-23 17:03:49 +01:00
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
|
|
|
|
ga('create', '{{ site.google_analytics }}', 'auto');
|
|
|
|
ga('send', 'pageview');
|
2013-05-24 16:25:31 +02:00
|
|
|
|
2013-07-17 14:57:09 +02:00
|
|
|
</script>
|
2014-03-25 17:25:21 +01:00
|
|
|
{% endif %}
|
2016-02-23 17:03:49 +01:00
|
|
|
|
2014-03-25 17:25:21 +01:00
|
|
|
{% if page.comments %}
|
2016-02-22 20:58:16 +01:00
|
|
|
{% include disqus-comments.html %}
|
2015-04-17 12:43:36 +02:00
|
|
|
{% endif %}
|