diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-26 08:34:30 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-26 08:34:30 +0200 |
commit | 1930c73cd297ebc994d5ff07519a518a9c048a6e (patch) | |
tree | cecf2dc055f100a4b9ac5510d16e3db08cbb5bd3 /templates/layouts/app.html.ep | |
parent | 18778d7f020dc8bd63a9a877e49a886c93917ae2 (diff) |
release assets
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 f5d0577..aef12c8 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 = 'v83'; # asset version + % my $av = 'v84'; # asset version % if (session('theme') and session('theme') eq 'dark' or param('dark')) { %= stylesheet "/static/${av}/css/dark.min.css", id => 'theme' % } |