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
commit62437820e4a81d6c342c57f25d8848e30000a177 (patch)
treef1b4735e7ea23a10c6ff249cced8281d8d4bc660 /const.py
parente373e83006a1a322a0e68fb1baf855e96d18253f (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