🍱 example comics

This commit is contained in:
mi
2025-11-07 17:00:42 +10:00
parent 5d357dad3f
commit 07aef03a2c
4 changed files with 12 additions and 3 deletions

View File

@@ -5,21 +5,21 @@ COMICS = [
{
'number': 1,
'title': 'First Comic',
'filename': 'comic-001.png',
'filename': 'comic-001.jpg',
'date': '2025-01-01',
'alt_text': 'The very first comic',
'author_note': 'This is where your comic journey begins!'
},
{
'number': 2,
'filename': 'comic-002.png',
'filename': 'comic-002.jpg',
'date': '2025-01-08',
'alt_text': 'The second comic',
},
{
'number': 3,
'title': 'Third Comic',
'filename': 'comic-003.png',
'filename': 'comic-003.jpg',
'date': '2025-01-15',
'alt_text': 'The third comic',
'author_note': 'Things are getting interesting!'

Binary file not shown.

Binary file not shown.

Binary file not shown.