diff options
| author | Yuval Adam <_@yuv.al> | 2020-10-05 00:05:23 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-10-05 00:05:23 +0300 |
| commit | fc09f4b8d9824234da44ef565ffb932f35f05095 (patch) | |
| tree | 5d3933b86d5a2c15cccb33b2076c4994d5dcf149 /iss | |
| parent | 9aeebe47ce1233d724b140f809b7199729b1921b (diff) | |
Add fathom script
Diffstat (limited to 'iss')
| -rw-r--r-- | iss/templates/base.html | 1 |
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> |
