diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-21 16:32:44 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-21 16:32:44 +0100 |
| commit | 4c5b77fe25e55f8563213ac99b8d5cf5458cace1 (patch) | |
| tree | 601435aec7cf9fede9db11a89bc2f806ab8c7737 /templates | |
| parent | 96b8fcad2ed0f62634cb346d881b075901f018d4 (diff) | |
release assets2.17.36
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 33224bd..66a2598 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 = 'v101'; # asset version + % my $av = 'v102'; # 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"> |
