aboutsummaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-07-08 00:41:43 +0530
committerBobby <[email protected]>2025-07-08 00:41:43 +0530
commitc0d92d2fef9067478a0ccbc986452d4286cd9346 (patch)
tree8559a009c038cadfb706d45b2cc5515cd34203ab /templates/layouts
parent52a0248c1c81a14699b3d33ba7efe0c56bbe7477 (diff)
downloadimageboard-c0d92d2fef9067478a0ccbc986452d4286cd9346.tar.xz
imageboard-c0d92d2fef9067478a0ccbc986452d4286cd9346.zip
polished search form, rating checkboxes, 100vh layout, and fixed static file serving
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/main.django2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/main.django b/templates/layouts/main.django
index 6f0407e..488f9e4 100644
--- a/templates/layouts/main.django
+++ b/templates/layouts/main.django
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>{{ Title }} - {{ Appname }}</title>
- <link rel="stylesheet" href="/css/main.css" />
+ <link rel="stylesheet" href="/static/css/main.css" />
</head>
<body>
{% include 'partials/navbar.django' %}