diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-12 11:48:17 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-12 11:48:17 +0200 |
commit | 5c3a0a562a2169986f3f91034b10a5e177c7dff5 (patch) | |
tree | 005fca77b6bc930ac358721f695ebe21040f1d04 /templates/layouts | |
parent | e171616c6f6c56b658eeedc8cecbca1ac29ce6de (diff) |
oops 2 (asset release)1.3.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 fe7a088..a63242c 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 = 'v19'; # asset version + % my $av = 'v20'; # 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"> |