Browse Source

add the actual call for piwik

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
master
Toshaan Bharvani 6 years ago
parent
commit
478a6766ba
  1. 4
      themes/pel/layouts/partials/footer.html

4
themes/pel/layouts/partials/footer.html

@ -120,5 +120,9 @@ $(window).load(function() { @@ -120,5 +120,9 @@ $(window).load(function() {
});
</script>

{{ if .Site.Params.analytics.piwik }}
{{ partial "_analytics/piwik.html" . }}
{{ end }}

</body>
</html>

Loading…
Cancel
Save