diff options
-rw-r--r-- | config/bookmarks.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/bookmarks.php b/config/bookmarks.php index 0aaa016..3318d67 100644 --- a/config/bookmarks.php +++ b/config/bookmarks.php @@ -1,5 +1,6 @@ <?php return [ + // Friends' Websites [ 'name' => "Friends' Websites", 'bookmarks' => [ @@ -55,6 +56,7 @@ return [ ] ] ], + // Cool Projects [ 'name' => "Cool Projects", 'bookmarks' => [ @@ -75,6 +77,7 @@ return [ ], ] ], + // Other Cool Stuff [ 'name' => "Other Cool Stuff", 'bookmarks' => [ |