diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-01 21:28:35 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-01 21:28:35 +0200 |
| commit | 32cb783aa8675d275cb9136eeadffa8294d40b89 (patch) | |
| tree | 350b570140efd5672c2823673307cdda7ed82e67 /config.py | |
| parent | 41ebb83adbb462c28ba1d686a80f273265987971 (diff) | |
created global template and refactored blog templates
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ class Config: BLOG_ROOT_URL = "https://blog.wazul.moe" BLOG_ASSETS_SOURCE_DIR = os.path.join(__DIR, "blog/assets") TEMPLATES_SOURCE_DIR = [ + os.path.join(__DIR, "global/templates"), os.path.join(__DIR, "main/templates"), os.path.join(__DIR, "blog/templates"), os.path.join(__DIR, "comic/templates"), |
