You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
531 B
HTML
16 lines
531 B
HTML
{{ $page := . }}
|
|
|
|
{{ with $page.Param "paige.analytics.clicky" }}
|
|
<script type="text/javascript">
|
|
var clicky_site_ids = clicky_site_ids || [];
|
|
clicky_site_ids.push("{{ .account_id | safeJS }}");
|
|
(function() {
|
|
var s = document.createElement('script');
|
|
s.type = 'text/javascript';
|
|
s.async = true;
|
|
s.src = 'https://static.getclicky.com/js';
|
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);
|
|
})();
|
|
</script>
|
|
{{ end }}
|