diff options
Diffstat (limited to 'src/data/lallans/issue103.ts')
| -rw-r--r-- | src/data/lallans/issue103.ts | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/src/data/lallans/issue103.ts b/src/data/lallans/issue103.ts new file mode 100644 index 0000000..ef1954b --- /dev/null +++ b/src/data/lallans/issue103.ts @@ -0,0 +1,64 @@ +import img192w from '$images/lallans/issue103-192w.webp'; +import img274w from '$images/lallans/issue103-274w.webp'; +import type LallansIssue from '$types/LallansIssue'; + +const issue: LallansIssue = { + issueNumber: 103, + img: { + width192: img192w, + width274: img274w, + }, + issueName: 'Yuiltide 2023', + price: '10.00', + uploadDate: '2024-09-18', + description: { + 'en-GB': 'The hundred-and-third issue of the Lallans magazine.', + sco: 'The hunner-an-thrid issue o the Lallans magazine.', + }, + contributors: [ + 'Brendan McCluskey', + 'William Dunbar', + 'Keith Wood', + 'Robert Duncan', + 'Carlos Llaza', + 'Dorothy Lawrenson', + 'Alan Millar', + 'Jerry Randalls', + 'Nicola Furrie', + 'John Burns', + 'Dauvit Horsbroch', + 'Andrew Matthews', + 'John Erskine', + 'Sheena Blackhall', + 'Ann Jones', + 'George T Watt', + 'Jim Aitken', + 'Jock Stein', + 'Fred Freeman', + 'Tom Ellett', + 'WS Milne', + 'Joe Carstairs', + 'Colin MacKenzie', + 'James Sinclair', + 'Hamish Scott', + 'Donald Adamson', + 'Aino Krohn', + 'Ross MacDiarmid', + 'Maureen Sangster', + 'Frances Robson', + 'Derrick McClure', + 'Brithers Grimm', + 'Irene Howat', + 'Alastair Mcleish', + 'AC Clarke', + 'Rob McClure', + 'Alistair Lawrie', + 'Andrew Urquhart', + 'Ian Nimmo White', + 'Elaine Morton', + 'Hamish Wallochie', + 'Ann MacKinnon', + ], +}; + +export default issue; |
