summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-01-30 21:13:13 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-01-30 21:13:13 +0100
commit899c7de695fbf8e21ea69bf15de42398ef31416d (patch)
tree051b0ba602f3802eab26a7dbc414132b150164dc /templates
parent1713da9f3dd2a5bd427830f59eae03f5d733caa7 (diff)
release assets2.5.12
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 ff05038..51bebfc 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 = 'v65'; # asset version
+ % my $av = 'v66'; # 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">