💄 footer image

This commit is contained in:
mi
2025-11-13 10:01:42 +10:00
parent 5cfe3f5056
commit 9bd3cdf552
5 changed files with 29 additions and 1 deletions

View File

@@ -14,6 +14,11 @@ PLAIN_DEFAULT = False
# Example: HEADER_IMAGE = 'title.jpg' will use static/images/title.jpg
HEADER_IMAGE = 'title.png'
# Global setting: Path to footer image (relative to static/images/)
# Set to None to disable footer image
# Example: FOOTER_IMAGE = 'footer.jpg' will use static/images/footer.jpg
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