Skip to content

Commit

Permalink
Add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Jan 6, 2025
1 parent c80b4b3 commit 63a477a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/hugo-theme-learn/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<script src="{{"js/modernizr.custom-3.6.0.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}"></script>
<script src="{{"js/learn.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}"></script>
<script src="{{"js/hugo-learn.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}"></script>
<script defer data-domain="doc.calaos.fr" src="http://analytics.calaos.fr/js/script.js"></script>
{{ if (or (and (ne .Params.disableMermaid nil) (not .Params.disableMermaid)) (not .Site.Params.disableMermaid)) }}
{{ if isset .Params "custommermaidurl" }}
<script src="{{ .Params.customMermaidURL }}"></script>
Expand Down

0 comments on commit 63a477a

Please sign in to comment.