Skip to content

Commit 973168a

Browse files
committed
Update default.html
1 parent f2f428e commit 973168a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_layouts/default.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
rel="stylesheet"
1212
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
1313
/>
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 -%}
1423
</head>
1524
<body class="bg-white text-gray-800 dark:bg-neutral-800">
1625
{% include nav.html %}

0 commit comments

Comments
 (0)