commit 4941e1c5f1e48be28c761fdbf3cd74b76357fbe0
parent 810741d0953aa020eb7ed4209a77f05491709837
Author: Demonstrandum <samuel@knutsen.co>
Date: Tue, 23 Aug 2022 17:58:05 +0100
Removed junk at end of layout.
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/shiimoe/templates/layout.html b/shiimoe/templates/layout.html
@@ -90,10 +90,6 @@
<script src="/colours.js"></script>
<script src="/image.js"></script>
<script>randomMascot(NOVELTY);</script>
- <!-- Competent text alignment -->
- <script>
- if (0) document.fonts.ready.then(async );
- </script>
{% endblock %}
</body>
</html>