diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-10 18:44:56 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-10 18:44:56 +0200 |
commit | 3e922f517cbebc1aa8ab60081a9977e8a684866b (patch) | |
tree | 365e9f7e72c268657d8acc8f81ab5430a6c5dd50 /templates/layouts/app.html.ep | |
parent | 60be500a5b4089284021072e12e3ea5521bb717f (diff) |
Release assets4.25.0
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 57c7199..1578298 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 = 'v95'; # asset version + % my $av = 'v96'; # asset version % if (session('theme') and session('theme') eq 'dark' or param('dark')) { %= stylesheet "/static/${av}/css/dark.min.css", id => 'theme' % } |