summaryrefslogtreecommitdiff
path: root/const.py
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-09-29 23:18:33 +0100
committerdavidovski <david@davidovski.xyz>2021-09-29 23:18:33 +0100
commiteed4ab6ebf07a696ed13bfeb70ccd73784208748 (patch)
treef1b4735e7ea23a10c6ff249cced8281d8d4bc660 /const.py
parent410f2b19877df9fe39eb2ee80d6a4403072a3ae7 (diff)
removed html
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