From 2a48f00c16947a4b29a97fd868109df3cc9e78ff Mon Sep 17 00:00:00 2001 From: mi Date: Fri, 14 Nov 2025 20:39:29 +1000 Subject: [PATCH] :wrench: restore expanded footer --- comics_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comics_data.py b/comics_data.py index 0b8efca..8c8dc48 100644 --- a/comics_data.py +++ b/comics_data.py @@ -47,7 +47,7 @@ BANNER_IMAGE = 'banner.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