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 c604922 commit f6f09ffCopy full SHA for f6f09ff
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## v1.0.22
4
+- Update umami id, since the used umami instance changed
5
+
6
## v1.0.21
7
- Update umami id, since the used umami instance changed
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 defer src="https://analytics.thetillhoff.de/script.js" data-website-id="6f7ad20b-c229-4ea8-9755-5a61496aa1b2"></script>
+ <script defer src="https://analytics.thetillhoff.de/script.js" data-website-id="ef22c58f-ed87-4c40-b10f-b38e3c19c72b"></script>
16
</body>
17
</html>
0 commit comments