Gauges away, we can Gauges away
This commit is contained in:
parent
9262ff7ec4
commit
da6a697cda
|
|
@ -8,7 +8,6 @@ timezone: America/Los_Angeles
|
||||||
twitter:
|
twitter:
|
||||||
username: jekyllrb
|
username: jekyllrb
|
||||||
logo: "/img/logo-2x.png"
|
logo: "/img/logo-2x.png"
|
||||||
gauges_id: 503c5af6613f5d0f19000027
|
|
||||||
google_analytics_id: UA-50755011-1
|
google_analytics_id: UA-50755011-1
|
||||||
google_site_verification: onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY
|
google_site_verification: onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY
|
||||||
collections:
|
collections:
|
||||||
|
|
|
||||||
|
|
@ -1,20 +1,3 @@
|
||||||
{% if site.gauges_id %}
|
|
||||||
<!-- Gauges (http://get.gaug.es/) -->
|
|
||||||
<script>
|
|
||||||
var _gauges = _gauges || [];
|
|
||||||
(function() {
|
|
||||||
var t = document.createElement('script');
|
|
||||||
t.type = 'text/javascript';
|
|
||||||
t.async = true;
|
|
||||||
t.id = 'gauges-tracker';
|
|
||||||
t.setAttribute('data-site-id', '{{ site.gauges_id }}');
|
|
||||||
t.src = '//secure.gaug.es/track.js';
|
|
||||||
var s = document.getElementsByTagName('script')[0];
|
|
||||||
s.parentNode.insertBefore(t, s);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if site.google_analytics_id %}
|
{% if site.google_analytics_id %}
|
||||||
<!-- Google Analytics (https://www.google.com/analytics) -->
|
<!-- Google Analytics (https://www.google.com/analytics) -->
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue