diff options
author | Derf Null <derf@finalrewind.org> | 2023-05-07 09:56:07 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-05-07 09:56:07 +0200 |
commit | 851be46754f6db586f1742545bc3aac5030f0d3f (patch) | |
tree | c01d24e045cb4b9ca42159baacfedb9e07c4cf1b /templates/layouts/default.html.ep | |
parent | e154a8aeb4fe69dcfa26ab091c874ca5c1d90809 (diff) |
release assets1.31.1
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 c638bbf..64373fe 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 = 'v53'; # asset version + % my $av = 'v54'; # 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"> |