diff options
author | Derf Null <derf@finalrewind.org> | 2023-03-31 17:46:51 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-03-31 17:46:51 +0200 |
commit | 0e2e9760720cf1a3a87b8831800420c2891963d6 (patch) | |
tree | b91a72721e835c706227278c1fbeb134034af470 /templates/layouts | |
parent | e43bb9622d2494c523c5c20a03135c01354f3086 (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 66c0e6b..9393021 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 = 'v51'; # asset version + % my $av = 'v52'; # 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"> |