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 f2f428e commit 973168aCopy full SHA for 973168a
_layouts/default.html
@@ -11,6 +11,15 @@
11
rel="stylesheet"
12
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
13
/>
14
+
15
+ {%- if jekyll.environment == 'production' -%}
16
+ <script
17
+ async
18
+ defer
19
+ data-website-id="b9de36df-0f2c-491d-b2ba-db1733f1bdb0"
20
+ src="https://cloud.umami.is/script.js"
21
+ ></script>
22
+ {%- endif -%}
23
</head>
24
<body class="bg-white text-gray-800 dark:bg-neutral-800">
25
{% include nav.html %}
0 commit comments