diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-08-04 14:08:01 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-08-04 14:08:01 +0200 |
commit | e01e6a43d18754a5b6a5c9286906f0e28716f803 (patch) | |
tree | 3b5f807e139065114b036b62dd1287f0ddf540b3 /templates | |
parent | 1a2ff8262d30f66f2b88195f662ed6cefd8ba1fd (diff) |
release assets1.23.5
Diffstat (limited to 'templates')
-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 c36c7ad..540286a 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 = 'v41'; # asset version + % my $av = 'v42'; # 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"> |