aboutsummaryrefslogtreecommitdiff
path: root/web/views/layout.pug
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-23 22:42:37 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-23 22:42:37 +0000
commita7fa4d95f7e5bb30c5c25bd4bc97881045b6a1fa (patch)
tree562b4f22e53d6986cbcb46559656e85c8992ea6e /web/views/layout.pug
parent8135fe42bfa36df72c427e8d567aad2182e14372 (diff)
added dark mode option
Diffstat (limited to 'web/views/layout.pug')
-rw-r--r--web/views/layout.pug1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/views/layout.pug b/web/views/layout.pug
index 900a601..09e01fe 100644
--- a/web/views/layout.pug
+++ b/web/views/layout.pug
@@ -5,5 +5,6 @@ html
link(rel='stylesheet', href='https://unpkg.com/leaflet@1.4.0/dist/leaflet.css')
link(rel='stylesheet', href='/stylesheets/style.css')
script(src='https://unpkg.com/leaflet@1.4.0/dist/leaflet.js')
+ script(type='text/javascript' src='/javascripts/leaflet-tilelayer-colorfilter.min.js')
body
block content