summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-03-08 19:40:57 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-03-08 19:40:57 +0100
commit13d81d72ee7f63234dfffaa316edb62f6c90d90e (patch)
treeca44b666234bebab874c0867c2aef92e23d7d0cb /templates/layouts
parenta0040bceb6817d6e7ef0ac504b880c44da25cb7c (diff)
show hint in case of geolocation error
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/default.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 3fdb075..efd7ee4 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#673ab7">
- % my $av = 'v1'; # asset version
+ % my $av = 'v2'; # asset version
%= stylesheet "/static/${av}/css/materialize.min.css"
%= stylesheet "/static/${av}/css/material-icons.css"
%= stylesheet "/static/${av}/css/local.css"