✨ author note
This commit is contained in:
@@ -8,14 +8,14 @@ COMICS = [
|
||||
'filename': 'comic-001.png',
|
||||
'date': '2025-01-01',
|
||||
'alt_text': 'The very first comic',
|
||||
'transcript': 'This is where your comic journey begins!'
|
||||
'author_note': 'This is where your comic journey begins!'
|
||||
},
|
||||
{
|
||||
'number': 2,
|
||||
'filename': 'comic-002.png',
|
||||
'date': '2025-01-08',
|
||||
'alt_text': 'The second comic',
|
||||
'transcript': 'The adventure continues...'
|
||||
'author_note': 'The adventure continues...'
|
||||
},
|
||||
{
|
||||
'number': 3,
|
||||
@@ -23,6 +23,6 @@ COMICS = [
|
||||
'filename': 'comic-003.png',
|
||||
'date': '2025-01-15',
|
||||
'alt_text': 'The third comic',
|
||||
'transcript': 'Things are getting interesting!'
|
||||
'author_note': 'Things are getting interesting!'
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user