summaryrefslogtreecommitdiff
path: root/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'const.py')
-rw-r--r--const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/const.py b/const.py
index 07eeef6..d858374 100644
--- a/const.py
+++ b/const.py
@@ -3,5 +3,6 @@ images = "images"
date_format = "%a, %d %b %Y %H:%M:%S"
source = "src"
templates = "templates"
+resources = "resources"
dist = "html"
summary_max = 10