diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-12-08 21:04:34 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-12-08 21:04:34 +0100 |
commit | 875dd4e0b5773f2f52841d2effdfdd110b852aa0 (patch) | |
tree | dc90710c8dc066075fc26fb0224b8ee1048b97f3 /templates/layouts/default.html.ep | |
parent | 315a94affedffda8ab4be62cebf2b62c3f5f0d78 (diff) |
confirm undo of checkins after 15 minutes1.11.2
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 66ab4e7..51ffc46 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 = 'v30'; # asset version + % my $av = 'v31'; # 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"> |