summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-02-01 16:20:10 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-02-01 16:20:10 +0100
commitea05b0629a85b6a811b0f377481eed0878146bbe (patch)
tree51eceaa58c808d6f8c0451b24e9fc9a4dac8ea6d /templates
parenteb3f4aed05d31509e0544ff29b382759ba31b9c2 (diff)
update autocomplete list1.14.4
Diffstat (limited to 'templates')
-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 916e9bb..fc04ff1 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 = 'v33'; # asset version
+ % my $av = 'v34'; # 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">