summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-03-29 16:43:10 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2025-03-29 16:43:10 +0100
commitee7c02aa5ffebe918280f5b28d366783a6de3dca (patch)
tree45797ea14eb56e5bb760fc9ada094464a763e21c /templates
parentccf4ec79103923cc998b4ccdcfdb7b5adef7096c (diff)
Release assets2.11.9
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 1541f39..b40dde5 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 = 'v83'; # asset version
+ % my $av = 'v84'; # 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">