diff --git a/README.md b/README.md index 5f4c695..a36261e 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist desi - GoatCounter - counter.dev - Google Analytics + - Matomo/Piwik - Comment Support - [Disqus](https://disqus.com/) - [Valine](https://valine.js.org/) diff --git a/layouts/partials/analytics.html b/layouts/partials/analytics.html index 74adeae..11d507d 100644 --- a/layouts/partials/analytics.html +++ b/layouts/partials/analytics.html @@ -40,6 +40,24 @@ src="//gc.zgo.at/count.js" > {{ end }} + + + {{ with .matomo }} + + + {{ end }} {{ end }} {{ end }}