Merge branch 'piwik' into 'master'
add piwik tracking Closes #21 See merge request autonomic-cooperative/autonomic-cooperative.gitlab.io!11
This commit is contained in:
commit
f6e1ab5413
14
src/_includes/foot-scripts.html
Normal file
14
src/_includes/foot-scripts.html
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<!-- Piwik -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var _paq = _paq || [];
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
_paq.push(['setTrackerUrl', 'https://api-183ae21d2fb4215fa8fb3bbf13fbda21.autonomic.sandcats.io']);
|
||||||
|
_paq.push(['setSiteId', 1]);
|
||||||
|
_paq.push(['setApiToken', '6X45HLvJ0KWNiLTlhbZ-uuhZcXfg9n3bDauHalRZMSh']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='https://6aurs6uetbyvpubfuh5y.autonomic.sandcats.io/embed.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
<!-- End Piwik Code -->
|
@ -15,6 +15,7 @@
|
|||||||
{% include section-three.html %}
|
{% include section-three.html %}
|
||||||
{% include cta.html %}
|
{% include cta.html %}
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
{% include foot-scripts.html %}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
</article>
|
</article>
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
{% include foot-scripts.html %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
</article>
|
</article>
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
{% include foot-scripts.html %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
{% include foot-scripts.html %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user