From 5cfe3f505663bc9bf92ae872b0fc8697dc8d4104 Mon Sep 17 00:00:00 2001 From: mi Date: Thu, 13 Nov 2025 09:53:41 +1000 Subject: [PATCH] :lipstick: nicer looking header --- comics_data.py | 2 +- static/images/title.jpg | 3 --- static/images/title.png | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 static/images/title.jpg create mode 100644 static/images/title.png diff --git a/comics_data.py b/comics_data.py index ee0c647..50f5fb8 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.jpg' +HEADER_IMAGE = 'title.png' # Global setting: Set to True to display footer in compact mode # Compact mode: single line, no border, horizontal layout diff --git a/static/images/title.jpg b/static/images/title.jpg deleted file mode 100644 index 4b76470..0000000 --- a/static/images/title.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0585aee40f29487755a1520faa146b164503a317b9fb4090c4183e5afb743867 -size 24010 diff --git a/static/images/title.png b/static/images/title.png new file mode 100644 index 0000000..756c0b0 --- /dev/null +++ b/static/images/title.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f0161bb0a47a1acb328c0751d4e48576b0a3b9736f1b7766252efc0d5000f0 +size 70341