diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-31 17:37:42 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-01-31 17:37:42 +0100 |
commit | e23f6b4f629524fa377c7198a6af225752a02653 (patch) | |
tree | a3fa929e3484b68171a008442d37d7787bc3f7e5 /templates/layouts/default.html.ep | |
parent | 0ee66393ace54c16ab45eb01414ab7b58d771f62 (diff) |
release assets2.5.14
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 0eda9ab..fc1984f 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 = 'v67'; # asset version + % my $av = 'v68'; # 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"> |