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
|
<?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' => [
|
||||||
|
|
Loading…
Reference in a new issue