summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/base.html b/templates/base.html
index 51e1dba..879ad7b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -62,12 +62,6 @@
<link rel="stylesheet" href="https://{{ font_base_url }}/css2?family=Source+Serif+Pro:wght@400;700&display=swap">
<link rel="stylesheet" href="https://{{ font_base_url }}/css2?family={{ fonts_url }}&display=swap">
<style>body { font-family: {{ font_family | safe }} }</style>
- <script src="/pangu.min.js"></script>
- <script>
- document.addEventListener('DOMContentLoaded', () => {
- pangu.autoSpacingPage();
- });
- </script>
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "8078c5560e6540b784765f5c22f73c62"}'></script>
{% block metadata %}{# <meta property="og:image" content="/<%= theme.favicon %>"> #}{% endblock %}
</head>