Reorganize guag.es integration per alexandrevicenzi.
This commit is contained in:
parent
8c3ad620c8
commit
ad627036b6
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,9 @@
|
|||
</footer>
|
||||
</main>
|
||||
{% include "partial/ga.html" %}
|
||||
{% if GUAGES %}
|
||||
{% include "partial/guages.html" %}
|
||||
{% endif %}
|
||||
{% if ADD_THIS_ID %}
|
||||
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid={{ ADD_THIS_ID }}" async="async"></script>
|
||||
{% endif %}
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{% if GUAGES %}
|
||||
<script type="text/javascript">
|
||||
var _gauges = _gauges || [];
|
||||
(function() {
|
||||
|
@ -13,4 +12,3 @@
|
|||
s.parentNode.insertBefore(t, s);
|
||||
})();
|
||||
</script>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue