From 96ed5e6583a7f03d4ea7fa0512e66fffb656cc6e Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Sat, 12 Sep 2020 06:34:58 +0200 Subject: viewer: make default sort order configurable github: resolves #239 --- example/config.json | 1 + 1 file changed, 1 insertion(+) (limited to 'example') diff --git a/example/config.json b/example/config.json index 06efcbf..892682f 100644 --- a/example/config.json +++ b/example/config.json @@ -1,5 +1,6 @@ { "galleryRoot": "out/", "galleryIndex": "index.json", + "initialSort": "date_desc", "initialTagDisplayLimit": 10 } -- cgit v1.2.3