aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 17:16:45 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 17:16:45 +0100
commit7e50f8489e3e5cd43b585f03a604c0a33af10eb9 (patch)
treedc031230f2807778b1a9a01e61b87d572e5fa1be /templates
parentfe8acc05561a4b40467f9396f40b6e52b4f1cf4e (diff)
feat(style): supports custom font
Diffstat (limited to 'templates')
-rw-r--r--templates/base/base.gohtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml
index 634459c..e2cbb6f 100644
--- a/templates/base/base.gohtml
+++ b/templates/base/base.gohtml
@@ -18,7 +18,7 @@
<p><a href="{{ .Data.Legal.LegalInformationLink }}">Legal information</a></p>
<p><a href="/credits">Credits</a></p>
</footer>
- <script type="module" src="{{getAssetPath "index.js"}}" defer></script>
+{{/* <script type="module" src="{{getAssetPath "index.js"}}" defer></script>*/}}
</body>
</html>
{{end}} \ No newline at end of file