diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-03 18:09:17 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-03 18:09:17 +0200 |
commit | 0da47417faefbd1bdb6cb57b163d619e1329f59a (patch) | |
tree | 62b1197827fc06e957bb688094fa7448400763f6 /templates/layouts/app.html.ep | |
parent | 526092cbd0469a405f9d62aeac56531253ff5dd5 (diff) |
release assets4.37.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 b686758..c557bee 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 = 'v109'; # asset version + % my $av = 'v110'; # asset version % if (session('theme') and session('theme') eq 'dark' or param('dark')) { %= stylesheet "/static/${av}/css/dark.min.css", id => 'theme' % } |