diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-12-27 11:07:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-12-27 11:07:57 +0100 |
commit | 5ede5ebf6329a5a438c2a09d369c6dca54057b07 (patch) | |
tree | 88aff198faad17915b9f3709d16e7c121703ef9c /templates/layouts | |
parent | 86640060bcc48bf59f93e9201ee9674e8d3c4b75 (diff) |
release assets
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 32d5c1d..0c99b90 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 = 'v46'; # asset version + % my $av = 'v47'; # 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"> |