diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-11 20:45:40 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-11 20:45:40 +0100 |
commit | ea00153119be1f84cd82bdc0804c8b5b9f19bfa5 (patch) | |
tree | b515d637a4a17a987cdba3cbd09ed0a469a588b8 /config | |
parent | ef962d4a93052d1df1c47f8418b550989f61be79 (diff) |
Add bookmark section names as comments
Diffstat (limited to 'config')
-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' => [ |