mirror of
https://github.com/pierre42100/AboutComunic
synced 2024-11-14 01:21:12 +00:00
Removed Google Analytics
This commit is contained in:
parent
88069f239c
commit
651410abfe
@ -22,20 +22,4 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
|
||||
|
||||
<!-- Theme JavaScript -->
|
||||
<script src="/js/new-age.min.js"></script>
|
||||
|
||||
{% if site.google_analytics %}
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', '{{ site.google_analytics }}']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
(function () {
|
||||
var ga = document.createElement('script');
|
||||
ga.type = 'text/javascript';
|
||||
ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
{% endif %}
|
||||
<script src="/js/new-age.min.js"></script>
|
Loading…
Reference in New Issue
Block a user