From d684f51b9b211e4e89f6d010d39e5e7fd1beaa7b Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 20 Apr 2019 01:20:27 +0200 Subject: conf.py: Adding galleries instead of custom photo directories. --- conf.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/conf.py b/conf.py index e54ac39..2824fc9 100644 --- a/conf.py +++ b/conf.py @@ -163,12 +163,7 @@ NAVIGATION_LINKS = { ), 'Music' ), - ( - ( - ("/photos/2016/", '2016'), - ), - 'Photos' - ), + ("/galleries/", "Galleries"), ( ( ("/software/bowelyzer/", 'bowelyzer'), -- cgit v1.2.3