From 59707d357254e3457624b07d0e2d65c561eb5383 Mon Sep 17 00:00:00 2001 From: mi Date: Thu, 13 Nov 2025 14:33:41 +1000 Subject: [PATCH] :wrench: change some defaults --- comics_data.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comics_data.py b/comics_data.py index c005b88..3200ac2 100644 --- a/comics_data.py +++ b/comics_data.py @@ -12,7 +12,7 @@ PLAIN_DEFAULT = False # Global setting: Path to header image (relative to static/images/) # Set to None to disable header image # Example: HEADER_IMAGE = 'title.jpg' will use static/images/title.jpg -HEADER_IMAGE = 'title.png' +HEADER_IMAGE = None # Global setting: Path to footer image (relative to static/images/) # Set to None to disable footer image @@ -21,7 +21,7 @@ FOOTER_IMAGE = None # 'footer.jpg' # Global setting: Set to True to display footer in compact mode # Compact mode: single line, no border, horizontal layout -COMPACT_FOOTER = True +COMPACT_FOOTER = False # Global setting: Set to True to make archive page full-width with 4 columns (2 on mobile) # Full-width archive shows square thumbnails with only dates, no titles @@ -46,7 +46,7 @@ SOCIAL_EMAIL = None # e.g., 'mailto:your@email.com' # API documentation link - set to None to hide the link # Path is relative to static/ directory -API_SPEC_LINK = 'openapi.yaml' # Set to None to disable +API_SPEC_LINK = None # Set to 'openapi.yml' to enable COMICS = [ {