summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-04 08:55:21 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-04 08:55:21 +0200
commit4696f8d68e130632cbcdb14c2bb1dfe71355e9f6 (patch)
tree2492c2cbae83f2fc6d4e16b24e990b2682feee69 /templates/layouts
parent507ed344c3d1ff121de6f3b3a340e82375d23436 (diff)
update material icons
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 c8cc550..e6a4f6a 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -9,7 +9,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Weather PWA">
- % my $av = 'v11'; # asset version
+ % my $av = 'v12'; # asset version
<link rel="apple-touch-icon" href="/static/<%= $av %>/icons/icon-152x152.png">
<link rel="manifest" href="/static/<%= $av %>/manifest.json">
%= stylesheet "/static/${av}/css/materialize.min.css"