From 2ad60869c2e8d0846672ccb18b2de99c9cf33671 Mon Sep 17 00:00:00 2001
From: pacien
Date: Sun, 5 Jan 2020 19:24:50 +0100
Subject: compiler: add option to add tags from n parent directories

GitHub: closes #15
---
 example/gallery.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'example/gallery.yaml')

diff --git a/example/gallery.yaml b/example/gallery.yaml
index 53e1448..5da7328 100644
--- a/example/gallery.yaml
+++ b/example/gallery.yaml
@@ -1,7 +1,8 @@
 compiler:
   galleryName: Example gallery
   ignoreFiles: .*\.md
-  implicitDirectoryTag: false # default
+
+  tagsFromDirectories: 0 # default
 
   thumbnailMaxResolution:
     width: 400  # default
-- 
cgit v1.2.3