summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.php')
-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;