summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-11-13 08:38:13 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-11-13 08:38:13 +0000
commiteb0a593d9723d4faca14da5198db76ccf8725849 (patch)
tree60379e954eb477db547403a28aa3640b457fb199 /public
parentcc095879dffa0afd4c034d23310a945b07552bff (diff)
Sort by title
Diffstat (limited to 'public')
-rw-r--r--public/index.php2
1 files changed, 1 insertions, 1 deletions
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;