diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-05-09 18:14:16 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-05-09 18:14:16 +0200 |
commit | 374da8718236a3a1ad624ffbd63813b9cc8fd9fb (patch) | |
tree | 9f0140c4c14b7e63f6df519e64b5b33102b0deae /templates/layouts/default.html.ep | |
parent | 66a35a35ebd8efdd722597e6986cb431b3f629c0 (diff) |
hide status countdown when offline1.1.10
Diffstat (limited to 'templates/layouts/default.html.ep')
-rw-r--r-- | templates/layouts/default.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index fb77eec..98289f7 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 = 'v15'; # asset version + % my $av = 'v16'; # 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" |