diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-26 21:12:49 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-26 21:12:49 +0200 |
commit | 39d5fa91e4dffcfb8fb13af86456862b875b4f98 (patch) | |
tree | fbcef196e529091b21251c50cc03f06f9205bfea /templates | |
parent | 4ce4bc98a3da893199f5ef879c57a44dc743e151 (diff) |
release assets2.8.2
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 89428d7..0b17149 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 = 'v77'; # asset version + % my $av = 'v78'; # 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"> |