summaryrefslogtreecommitdiff
path: root/web/config/aesthetic.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--web/config/aesthetic.php (renamed from web/core/aesthetic.php)5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/core/aesthetic.php b/web/config/aesthetic.php
index 1180ad1..ed79653 100644
--- a/web/core/aesthetic.php
+++ b/web/config/aesthetic.php
@@ -9,7 +9,7 @@ class Aesthetic {
'js' => [
'js/jquery-3.7.1.min.js',
'js/lib.js',
- 'js/modal.js',
+ 'js/shared/modal.js',
],
'css' => [
'css/common.css'
@@ -22,7 +22,8 @@ class Aesthetic {
),
'home' => array(
'js' => [
- 'js/post.js',
+ 'js/shared/post.js',
+ 'js/routes/home.js',
],
'css' => [
'css/home.css',