summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index db06398..84c3474 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -10,7 +10,7 @@
<title>{% block title %}{% endblock %}</title>
<!--
- <link rel="stylesheet" href="https://unpkg.com/latex.css/style.min.css" />
+ <link rel="stylesheet" href="https://unpkg.com/latex.css/style.min.css" />
-->
<link rel="stylesheet" href="/assets/c-hyde.css">
@@ -36,8 +36,6 @@
<meta name="twitter:image" content="{% block twimage %}https://web.navan.dev/images/logo.png{% endblock %}">
<meta name="og:image" content="{% block ogimage %}https://web.navan.dev/images/logo.png{% endblock %}">
<meta name="google-site-verification" content="LVeSZxz-QskhbEjHxOi7-BM5dDxTg53x2TwrjFxfL0k">
- <script data-goatcounter="https://navanchauhan.goatcounter.com/count"
- async src="//gc.zgo.at/count.js"></script>
<script defer data-domain="web.navan.dev" src="https://plausible.io/js/plausible.js"></script>
<link rel="manifest" href="/manifest.json">
{% endblock %}
@@ -48,6 +46,6 @@
{% block body %}{% endblock %}
</div>
<script src="assets/manup.min.js"></script>
- <script src="/pwabuilder-sw-register.js"></script>
+ <script src="/pwabuilder-sw-register.js"></script>
</body>
</html>