summaryrefslogtreecommitdiff
path: root/templates/layouts/default.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2023-01-18 18:17:17 +0100
committerDaniel Friesel <derf@finalrewind.org>2023-01-18 18:17:17 +0100
commit2a3dd77d27e3a82d40e3d538c8ed22bcacad1439 (patch)
tree932ecddebdb4c86223b5ef309160121f122b8d82 /templates/layouts/default.html.ep
parentbb34d957a4de7c8345576e7ffe458358a3f4ecf0 (diff)
release assets1.29.12
Diffstat (limited to 'templates/layouts/default.html.ep')
-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 3bd925a..e15a80c 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -13,7 +13,7 @@
% while (my ($key, $value) = each %{stash('opengraph') // {}}) {
<meta property="og:<%= $key %>" content="<%= $value %>">
% }
- % my $av = 'v48'; # asset version
+ % my $av = 'v49'; # 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">