diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-10-03 12:08:23 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-10-03 12:08:23 +0200 |
commit | eddd3a06518dde558436ea556b3379c00e9d1c00 (patch) | |
tree | 6f39ad8f2b03a967e9fa436797dd72eae61c80c7 /templates/layouts | |
parent | f107f9e4c1fcd87be285092d11a6437f6e361c95 (diff) |
release assets1.24.2
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 540286a..10167ff 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 = 'v42'; # asset version + % my $av = 'v43'; # 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"> |