summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-10-05 00:05:23 +0300
committerYuval Adam <_@yuv.al>2020-10-05 00:05:23 +0300
commitfc09f4b8d9824234da44ef565ffb932f35f05095 (patch)
tree5d3933b86d5a2c15cccb33b2076c4994d5dcf149
parent9aeebe47ce1233d724b140f809b7199729b1921b (diff)
Add fathom script
-rw-r--r--iss/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/iss/templates/base.html b/iss/templates/base.html
index a4469c0..274cc3f 100644
--- a/iss/templates/base.html
+++ b/iss/templates/base.html
@@ -9,6 +9,7 @@
<link rel="stylesheet" href="/static/css/tachyons.min.css">
<link rel="stylesheet" href="/static/css/style.css">
<link rel="shortcut icon" href="/static/img/favicon.ico"/>
+ <script src="https://mink.iss.guru/script.js" site="TUVDMULX" defer></script>
{% block extrahead %}
{% endblock %}
</head>