diff options
Diffstat (limited to 'src/web/config/aesthetic.php')
-rw-r--r-- | src/web/config/aesthetic.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/web/config/aesthetic.php b/src/web/config/aesthetic.php index e528b09..99a1959 100644 --- a/src/web/config/aesthetic.php +++ b/src/web/config/aesthetic.php @@ -22,7 +22,6 @@ class Aesthetic { ), 'home' => array( 'js' => [ - 'js/routes/home.js', 'js/post.js', ], 'css' => [ @@ -40,6 +39,15 @@ class Aesthetic { 'css/people.css' ], ), + 'profile' => array( + 'js' => [ + 'js/post.js', + ], + 'css' => [ + 'css/profile.css', + 'css/post.css' + ], + ), ); } /** |