Add bookmark section names as comments
This commit is contained in:
parent
ef962d4a93
commit
ea00153119
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
return [
|
||||
// Friends' Websites
|
||||
[
|
||||
'name' => "Friends' Websites",
|
||||
'bookmarks' => [
|
||||
|
@ -55,6 +56,7 @@
|
|||
]
|
||||
]
|
||||
],
|
||||
// Cool Projects
|
||||
[
|
||||
'name' => "Cool Projects",
|
||||
'bookmarks' => [
|
||||
|
@ -75,6 +77,7 @@
|
|||
],
|
||||
]
|
||||
],
|
||||
// Other Cool Stuff
|
||||
[
|
||||
'name' => "Other Cool Stuff",
|
||||
'bookmarks' => [
|
||||
|
|
Loading…
Reference in a new issue