diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-02-01 16:20:10 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-02-01 16:20:10 +0100 |
commit | ea05b0629a85b6a811b0f377481eed0878146bbe (patch) | |
tree | 51eceaa58c808d6f8c0451b24e9fc9a4dac8ea6d /templates | |
parent | eb3f4aed05d31509e0544ff29b382759ba31b9c2 (diff) |
update autocomplete list1.14.4
Diffstat (limited to 'templates')
-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 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"> |