diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-23 15:24:04 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-23 15:24:04 +0100 |
commit | 8bbe698952003a7c9b85d58afc7f67492b49fb72 (patch) | |
tree | d459fe342ec876fdabfb530cc971715d37dda936 /templates/layouts/default.html.ep | |
parent | 2676c4c2b40512a103b017b516de40e66812c062 (diff) |
release assets2.5.22
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 472ac38..b039265 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 = 'v69'; # asset version + % my $av = 'v70'; # 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"> |