Add bookmark section names as comments

This commit is contained in:
floppydiskette 2023-07-11 20:45:40 +01:00
parent ef962d4a93
commit ea00153119
No known key found for this signature in database

View file

@ -1,5 +1,6 @@
<?php <?php
return [ return [
// Friends' Websites
[ [
'name' => "Friends' Websites", 'name' => "Friends' Websites",
'bookmarks' => [ 'bookmarks' => [
@ -55,6 +56,7 @@
] ]
] ]
], ],
// Cool Projects
[ [
'name' => "Cool Projects", 'name' => "Cool Projects",
'bookmarks' => [ 'bookmarks' => [
@ -75,6 +77,7 @@
], ],
] ]
], ],
// Other Cool Stuff
[ [
'name' => "Other Cool Stuff", 'name' => "Other Cool Stuff",
'bookmarks' => [ 'bookmarks' => [