We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15099dc commit c604922Copy full SHA for c604922
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## v1.0.21
4
+- Update umami id, since the used umami instance changed
5
+
6
## v1.0.20
7
- Update dependencies
8
src/partials/page.partial.html
@@ -12,6 +12,6 @@
12
{{ template "partials/breadcrumbs.partial.html" . -}}
13
{{ template "content" . }}
14
{{ template "partials/footer.partial.html" . -}}
15
- <script async defer src="https://analytics.thetillhoff.de/script.js" data-website-id="196b7c7d-a4ba-4119-989e-8a7bf6edc3bf"></script>
+ <script defer src="https://analytics.thetillhoff.de/script.js" data-website-id="6f7ad20b-c229-4ea8-9755-5a61496aa1b2"></script>
16
</body>
17
</html>
0 commit comments