diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-28 17:33:18 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-28 17:33:18 +0100 |
| commit | b45e6291aa872345d475c126722e972912c70495 (patch) | |
| tree | 48c655cf17928c4d97c148a70945d974e7d19b45 /templates/layouts/default.html.ep | |
| parent | 60dc2c23d9c1512589ff820519e032eb29870843 (diff) | |
release assets2.18.3
Diffstat (limited to 'templates/layouts/default.html.ep')
| -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 66a2598..e3d4bd7 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 = 'v102'; # asset version + % my $av = 'v103'; # 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"> |
