diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-07-13 21:38:34 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-07-13 21:38:34 +0200 |
commit | 1f673db4eac835f9237caa0b75dcac485f31e817 (patch) | |
tree | d68f19b58f50a607023fe164d0117d3c9dc4dbf6 /templates | |
parent | 0fb90fef76790c3324cd1aafebbf87ad41a62306 (diff) |
update assets1.22.9
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 d029251..b80d264 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 = 'v38'; # asset version + % my $av = 'v39'; # 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"> |