diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-11-12 20:20:06 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-11-12 20:20:06 +0100 |
commit | 285c83c7c074b6ab8c7eb53d1cb8483ed986fe8d (patch) | |
tree | 651ad456ef5869f04f26b325def3daf2e0edb7bd /templates/layouts | |
parent | 078d526f22ae122a208b2f7473d3ce0b37020ca4 (diff) |
release assets1.26.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 4c7b145..acae9a0 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 = 'v43'; # asset version + % my $av = 'v44'; # 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"> |