diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-24 17:28:14 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-24 17:28:14 +0100 |
commit | 7e965282a797af37ca3245a6174cfa0c1d5e48e3 (patch) | |
tree | f87ee1cbd66c873092385cd0c4eb6b70332ba4d3 /templates | |
parent | dcf5e48bf8285b69336ed9affbcadcecb5a385b5 (diff) |
release assets
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 e74a731..1541f39 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 = 'v82'; # asset version + % my $av = 'v83'; # 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"> |