diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-29 16:32:57 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-29 16:32:57 +0100 |
| commit | f86b4caae0c13572b7587030496a31455c159bfa (patch) | |
| tree | 2531f8431635d74d823da57f751bff4aa8fca797 /templates | |
| parent | 67f8504979f8a539773f74baca53fc027fc2440c (diff) | |
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 e3d4bd7..107c638 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 = 'v103'; # asset version + % my $av = 'v104'; # 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"> |
