diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-03 16:41:17 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-03 16:41:17 +0200 |
commit | 83dc1548175a3d55f6e902e400536035d42da846 (patch) | |
tree | 6b1b9bd8d54698d4845cec30dace2ec212fbd747 /templates/layouts | |
parent | 6890d2fcfab3195b38e2544794d3983719f86ef2 (diff) |
rename legacy default.css and mobile.css to legacy{,-mobile}.css
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/legacy.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/legacy.html.ep b/templates/layouts/legacy.html.ep index e1ff426..0b807a3 100644 --- a/templates/layouts/legacy.html.ep +++ b/templates/layouts/legacy.html.ep @@ -18,12 +18,12 @@ % } % my $av = 'v94'; # asset version - %= stylesheet "/static/${av}/css/default.css" + %= stylesheet "/static/${av}/css/legacy.css" %= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/jquery-ui.min.css" % my $force_mobile = param('force_mobile') // stash('force_mobile'); % if ($force_mobile) { - %= stylesheet "/static/${av}/css/mobile.css" + %= stylesheet "/static/${av}/css/legacy-mobile.css" % } %if (stash('load_marquee')) { %= javascript '/static/js/jquery-3.4.1.min.js' |