diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-10-05 06:59:47 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-10-05 06:59:47 +0200 |
commit | eb7000429eb07d564fed492b42f886dab6176264 (patch) | |
tree | aa21fff3e5355e85a1e22b9e829907a9d286e387 /templates/layouts | |
parent | e59c8c5a730f9d23c25fc49f12b24cf5d37bd52d (diff) |
release assets2.4.1
Diffstat (limited to 'templates/layouts')
-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 70f28f5..c6bd4be 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 = 'v62'; # asset version + % my $av = 'v63'; # 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"> |