summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-12-14 06:47:21 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-12-14 06:47:21 +0100
commitfc9595e99cbff8cb3297ab36033fa918bb7eda2b (patch)
tree610c4ca224685c421d4508eedb3fc0c3d068c486 /templates/layouts
parentba97fd2a3ce5fffecb1dc5be62dbd370eb3235ae (diff)
improve wagon output in journey details
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 51ffc46..bd9bf8d 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -10,7 +10,7 @@
% while (my ($key, $value) = each %{stash('twitter') // {}}) {
<meta name="twitter:<%= $key %>" content="<%= $value %>">
% }
- % my $av = 'v31'; # asset version
+ % my $av = 'v32'; # 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">