diff options
author | Derf Null <derf@finalrewind.org> | 2023-03-31 17:40:53 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-03-31 17:40:53 +0200 |
commit | 2171317bad1cf9addf86f4cc0ec59f3b48327ce1 (patch) | |
tree | 51e0ce1f1b76879a0d4ff8722d7e525e6c0f6596 /templates/layouts/default.html.ep | |
parent | 21758320748253cea11e173025369b52173727a1 (diff) |
move local.css to sass
Diffstat (limited to 'templates/layouts/default.html.ep')
-rw-r--r-- | templates/layouts/default.html.ep | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 66dc9db..66c0e6b 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -54,7 +54,6 @@ } </script> %= stylesheet "/static/${av}/css/material-icons.css" - %= stylesheet "/static/${av}/css/local.css" % if (stash('with_map')) { %= stylesheet "/static/${av}/leaflet/leaflet.css" % } |