diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-29 13:40:31 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-29 13:40:31 +0100 |
commit | 5fe67287192a06feb1d0a223903a86cd143e1bb9 (patch) | |
tree | 8c94676c83e09a1edc9af563f82854fa6737fb09 /templates/layouts/app.html.ep | |
parent | a530406f02852796ffefcdd6ca23c0dbd03426be (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 3d3bf7b..ae3a7a2 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 = 'v90'; # asset version + % my $av = 'v91'; # asset version % if (session('theme') and session('theme') eq 'dark' or param('dark')) { %= stylesheet "/static/${av}/css/dark.min.css", id => 'theme' % } |