diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-18 10:16:49 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-18 10:16:49 +0200 |
commit | b4676c11fbb6893558f3c168183786e666b3ae72 (patch) | |
tree | 2bc4ca428c56323555071372d5fd6cf09cfad432 /templates/layouts | |
parent | b9f8d536b5125c12488b890e98c2e19fb8671090 (diff) |
Fix progress bar colours1.4.2
Diffstat (limited to 'templates/layouts')
-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 3c237a0..4c94c50 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="Travelynx"> - % my $av = 'v22'; # asset version + % my $av = 'v23'; # asset version <link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/static/<%= $av %>/icons/icon-96x96.png" sizes="96x96"> |