diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-28 16:37:41 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-28 16:37:41 +0100 |
commit | ee760551ec9bde73e0355cab6cb2d6a2b21a1758 (patch) | |
tree | 00aa010ef1233258c0d82624c1368507a5bd300f /templates/layouts/app.html.ep | |
parent | b050322a91c062ad5547cb9ca8c83adc55a9ee34 (diff) |
... release assets4.22.1
Diffstat (limited to 'templates/layouts/app.html.ep')
-rw-r--r-- | templates/layouts/app.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index 9cc81e9..3d3bf7b 100644 --- a/templates/layouts/app.html.ep +++ b/templates/layouts/app.html.ep @@ -18,7 +18,7 @@ <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } - % my $av = 'v89'; # asset version + % my $av = 'v90'; # asset version % if (session('theme') and session('theme') eq 'dark' or param('dark')) { %= stylesheet "/static/${av}/css/dark.min.css", id => 'theme' % } |