From ea00153119be1f84cd82bdc0804c8b5b9f19bfa5 Mon Sep 17 00:00:00 2001
From: Frankie B <git@diskfloppy.me>
Date: Tue, 11 Jul 2023 20:45:40 +0100
Subject: Add bookmark section names as comments

---
 config/bookmarks.php | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'config/bookmarks.php')

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' => [
-- 
cgit v1.2.3-54-g00ecf