diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-26 20:19:50 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-26 20:19:50 +0200 |
commit | 571223bb60016434410228c8ad2fea9781787309 (patch) | |
tree | df4a0eabd715fe7b7f616694fbbb35e02617022a /templates | |
parent | 4983974a307f417892435a5f7be7eee9c3b2933d (diff) |
release assets
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 cf74f8d..89428d7 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 = 'v76'; # asset version + % my $av = 'v77'; # 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"> |