diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-26 18:57:04 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-26 18:57:04 +0200 |
commit | 5354a6f6c5a82338873a95dea6b6daea8fae0176 (patch) | |
tree | 319ae74d41cb81956d323b4cfadfe2480fe9d8c8 /templates/layouts/default.html.ep | |
parent | 7815ac8813e20d55f760f357e5dc981a5963513b (diff) |
Release assets
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 4edf805..cf74f8d 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 = 'v75'; # asset version + % my $av = 'v76'; # 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"> |