diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-02 01:28:12 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-02 01:40:55 +0200 |
| commit | 9b99142654b30184992aef9ee201856e4355aa23 (patch) | |
| tree | ad3f5a323bb4244a92209c4a068fa3e8d2987460 /config.py | |
| parent | 389a88088e8f5e40127d024a95c8f63318669b02 (diff) | |
navbar implemented on blog, comics and codenames
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ class Config: GIT_ROOT_URL = "https://git.wazul.moe" RSS_FILE_NAME = "feed.xml" TIMEZONE = datetime.timezone(datetime.timedelta(hours=2)) + DEPLOY_SOURCE_DIR = os.path.join(__DIR, "global", "deploy") # MAIN MAIN_ROOT_URL = "https://wazul.moe" |
