💄 header image

This commit is contained in:
mi
2025-11-07 21:33:47 +10:00
parent ed0a1aadb2
commit 9cb726312a
5 changed files with 53 additions and 2 deletions

View File

@@ -9,6 +9,11 @@ FULL_WIDTH_DEFAULT = False
# Individual comics can override this with 'plain': False
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.jpg'
COMICS = [
{
'number': 1,