Skip to content
Snippets Groups Projects
Verified Commit c4b48777 authored by Isabella Skořepová's avatar Isabella Skořepová
Browse files

Add google analytics

parent 29a28bf0
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,18 @@
$(document).ready(onresize);
})(jQuery);
</script>
{% if not config.debug %}
<script>
(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', 'UA-74646565-1', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
<script src="{{ config.baseurl }}/theme/lightbox2/dist/js/lightbox.min.js"></script>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment