Added analytics configuration.

This commit is contained in:
DebaucheryLibrarian
2023-07-24 00:59:47 +02:00
parent 997914ec27
commit 9f727a0fa0
3 changed files with 10 additions and 0 deletions

View File

@@ -18,6 +18,10 @@
<link rel="stylesheet" href="/css/style.css">
<script src="/js/bundle.js" defer></script>
<% if (analytics.enabled) { %>
<script async src="<%- analytics.address %>" data-website-id="<%- analytics.siteId %>"></script>
<% } %>
</head>
<body>
<div id="container"></div>