Optional full width comics.
This commit is contained in:
@@ -8,13 +8,15 @@ COMICS = [
|
||||
'filename': 'comic-001.jpg',
|
||||
'date': '2025-01-01',
|
||||
'alt_text': 'The very first comic',
|
||||
'author_note': 'This is where your comic journey begins!'
|
||||
'author_note': 'This is where your comic journey begins!',
|
||||
'full_width': True # Optional: removes border and expands image width
|
||||
},
|
||||
{
|
||||
'number': 2,
|
||||
'filename': 'comic-002.jpg',
|
||||
'date': '2025-01-08',
|
||||
'alt_text': 'The second comic',
|
||||
'full_width': True
|
||||
},
|
||||
{
|
||||
'number': 3,
|
||||
@@ -22,6 +24,6 @@ COMICS = [
|
||||
'filename': 'comic-003.jpg',
|
||||
'date': '2025-01-15',
|
||||
'alt_text': 'The third comic',
|
||||
'author_note': 'Things are getting interesting!'
|
||||
'author_note': 'Things are getting interesting!',
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user