From 740df2706934231a91c5e2d5061198ea962c357c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 3 Apr 2024 11:25:57 -0400 Subject: profile page --- src/web/config/aesthetic.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/web/config/aesthetic.php') 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' + ], + ), ); } /** -- cgit v1.2.3-freya