aboutsummaryrefslogtreecommitdiff
path: root/templates/partials
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-08-25 13:17:21 -0400
committerBobby <[email protected]>2024-08-25 13:17:21 -0400
commit7a78f78007eae768c1c56ba4d67546845e622284 (patch)
tree6b3b71bdadb1b92a14e62d4d08ceac218f27527f /templates/partials
parent1d3f9c61f94264fe351cd22346fbdf92e67e3839 (diff)
downloadyugen-7a78f78007eae768c1c56ba4d67546845e622284.tar.xz
yugen-7a78f78007eae768c1c56ba4d67546845e622284.zip
anime lists on home
Diffstat (limited to 'templates/partials')
-rw-r--r--templates/partials/base.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/partials/base.html b/templates/partials/base.html
index 1295a90..6977c0b 100644
--- a/templates/partials/base.html
+++ b/templates/partials/base.html
@@ -8,10 +8,7 @@
<link rel="icon" href="{% static 'icons/favicon.ico' %}" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
- <link
- href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap"
- rel="stylesheet"
- />
+ <link href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap" rel="stylesheet"/>
<link rel="stylesheet" href="{% static 'css/main.css' %}" />
{% block css %} {% endblock %}
<title>Yugen</title>