💄 images for social

This commit is contained in:
mi
2025-11-13 11:08:49 +10:00
parent e4e65db802
commit bc2d4aebeb
8 changed files with 91 additions and 8 deletions

View File

@@ -31,6 +31,15 @@ USE_COMIC_NAV_ICONS = True
# Uses alert.png for Latest, archive.png for Archive, info.png for About
USE_HEADER_NAV_ICONS = True
# Global setting: Set to True to use icons instead of text for footer social links
# Uses instagram.png, youtube.png, and mail.png from static/images/icons/
USE_FOOTER_SOCIAL_ICONS = True
# Social media links - set to None to hide the link
SOCIAL_INSTAGRAM = None # e.g., 'https://instagram.com/yourhandle'
SOCIAL_YOUTUBE = None # e.g., 'https://youtube.com/@yourchannel'
SOCIAL_EMAIL = None # e.g., 'mailto:your@email.com'
COMICS = [
{
'number': 1,