about summary refs log tree commit diff
path: root/hosted
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-03-15 22:54:42 +0100
committerEmile <hanemile@protonmail.com>2020-03-15 22:54:42 +0100
commit873ea3b352402635599251bbf2f628fb8f907fa5 (patch)
treeb19875a6749b23b8190b9347a32aca6e3d54b2a9 /hosted
parentd47da2bb3aa37a22f0da428f9b7a5580110902ee (diff)
corrected the static / asset fuckup
Diffstat (limited to 'hosted')
-rw-r--r--hosted/assets/css/theme.css (renamed from hosted/static/css/theme.css)0
-rw-r--r--hosted/tmpl/index.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/hosted/static/css/theme.css b/hosted/assets/css/theme.css
index 49beb12..49beb12 100644
--- a/hosted/static/css/theme.css
+++ b/hosted/assets/css/theme.css
diff --git a/hosted/tmpl/index.html b/hosted/tmpl/index.html
index 2cfa2c8..a1bbb26 100644
--- a/hosted/tmpl/index.html
+++ b/hosted/tmpl/index.html
@@ -7,7 +7,7 @@
         <meta charset="utf-8">
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
-        <link href="/static/css/theme.css" rel="stylesheet">
+        <link href="/assets/css/theme.css" rel="stylesheet">
     </head>
 
     <body onload='initFilter()'>