From eb0a593d9723d4faca14da5198db76ccf8725849 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Sat, 13 Nov 2021 08:38:13 +0000 Subject: Sort by title --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/index.php b/public/index.php index 248a3ec..aabf4d7 100644 --- a/public/index.php +++ b/public/index.php @@ -18,7 +18,7 @@ $bookmarks = new BookmarkRepository($config['path_to_repository']); $template = new Template($config['path_to_templates']); -$sort = $_GET['sort'] ?? null; +$sort = $_GET['sort'] ?? 'asc'; $tag = $_GET['tag'] ?? null; -- cgit v1.2.3-13-gbd6f