💄 full width archive

This commit is contained in:
mi
2025-11-13 14:23:08 +10:00
parent d484835f5b
commit 6e3685b4ca
4 changed files with 65 additions and 5 deletions

View File

@@ -23,6 +23,10 @@ FOOTER_IMAGE = None # 'footer.jpg'
# Compact mode: single line, no border, horizontal layout
COMPACT_FOOTER = True
# 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
ARCHIVE_FULL_WIDTH = True
# Global setting: Set to True to use icon images for comic navigation buttons
# Icons should be in static/images/icons/ (first.png, previous.png, next.png, latest.png)
USE_COMIC_NAV_ICONS = True