diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-07 14:54:11 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-07 14:54:11 +0200 |
commit | 7fb0d48d808caa18cc924f1c84f53a045028203b (patch) | |
tree | 2e5a8dbbe88a7cba02375b64fe171ef9ea1037a1 /templates | |
parent | fff05d7e4f1492a3a2ff07256d92079829c741c2 (diff) |
release assets2.8.11
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 91f382f..eaeb50d 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 = 'v79'; # asset version + % my $av = 'v80'; # 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"> |