summaryrefslogtreecommitdiff
path: root/templates/layouts/default.html.ep
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-06-20 18:49:43 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-06-20 18:49:43 +0200
commitda34ec2e4a6fb5534c8d0f103a29cf8ba361b774 (patch)
tree312e5eea78f91e671431c3b60ef1e0630ba6bdbc /templates/layouts/default.html.ep
parentaf778e68d90de820535111517270eb7896e5f2cc (diff)
geolocation.js: It's an accident that this ever worked to begin with
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 ec10b75..0726426 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 = 'v94'; # asset version
+ % my $av = 'v95'; # 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">