From eed4ab6ebf07a696ed13bfeb70ccd73784208748 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 29 Sep 2021 23:18:33 +0100 Subject: removed html --- const.py | 1 + 1 file changed, 1 insertion(+) (limited to 'const.py') 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 -- cgit v1.2.1