diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-19 21:39:16 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-19 21:39:16 +0200 |
commit | 31e3a43b252578ee1aa7cab50e6432d24a235457 (patch) | |
tree | 0e30f71cfaad5af5812e35e96deab6881a0a821a /templates/layouts/app.html.ep | |
parent | 90920dc7f597f7fe909f7f5f7f73b1c23cc929dd (diff) |
release assets4.16.9
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 cbe2236..3727340 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 = 'v82'; # asset version + % my $av = 'v83'; # asset version % if (session('theme') and session('theme') eq 'dark' or param('dark')) { %= stylesheet "/static/${av}/css/dark.min.css", id => 'theme' % } |