summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index 1958428a5..d6c713aaa 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -13,7 +13,16 @@ script('news', [
'build/app.min',
]);
-style('news', 'news.min');
+style('news', [
+ 'app',
+ 'content',
+ 'custom',
+ 'explore',
+ 'mobile',
+ 'navigation',
+ 'settings',
+ 'shortcuts'
+]);
// load plugin scripts and styles
foreach (Plugin::getStyles() as $appName => $fileName) {