We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e245810 commit 9590451Copy full SHA for 9590451
_includes/head.liquid
@@ -187,3 +187,10 @@
187
{% if page.tikzjax %}
188
<link defer rel="stylesheet" type="text/css" href="https://tikzjax.com/v1/fonts.css">
189
{% endif %}
190
+
191
+{% if jekyll.environment == 'production' %}
192
+ <script async defer
193
+ data-website-id="70eace4c-383a-45d8-977d-0fb10ff9844a"
194
+ src="https://umami.skszymon.eu/script.js">
195
+ </script>
196
+{% endif %}
0 commit comments