aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index 2824fc9..20cabdc 100644
--- a/conf.py
+++ b/conf.py
@@ -163,7 +163,7 @@ NAVIGATION_LINKS = {
),
'Music'
),
- ("/galleries/", "Galleries"),
+ ("/photos/", "Photos"),
(
(
("/software/bowelyzer/", 'bowelyzer'),
@@ -767,7 +767,7 @@ GITHUB_COMMIT_SOURCE = True
# "source/" and the results will be located in
# "OUTPUT_PATH/relative_destination/gallery_name"
# Default is:
-# GALLERY_FOLDERS = {"galleries": "galleries"}
+GALLERY_FOLDERS = {"galleries": "photos"}
# More gallery options:
# THUMBNAIL_SIZE = 180
# MAX_IMAGE_SIZE = 1280