summaryrefslogtreecommitdiff
path: root/src/data/lallans/issue61.ts
blob: 3f63cd0d9cba00e7fffa8e23e230721d4c170428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
import img from '$images/lallans/issue61.jpg';
import type LallansIssue from '$types/LallansIssue';

const issue: LallansIssue = {
  issueNumber: 61,
  img,
  issueName: 'Hairst 202',
  price: '7.50',
  uploadDate: '2023-08-25',
  description: {
    sco: 'The saxty-first issue o the Lallans magazine.',
    'en-GB': 'The sixty-first issue of the Lallans magazine.',
  },
  contributors: [
    'Sheena Blackhall',
    'J Derrick McClure',
    'Robert R Calder',
    'Alistair McDonald',
    'Alex Cluness',
    'John McDonald',
    'Sheila Douglas',
    'Betty MeKellar',
    'Andy Duncan',
    'Elaine Morton',
    'Kenneth D Farrow',
    'Neil mac Neil',
    'Iain WD Forde',
    'William Neill',
    'Stanley Roger Green',
    'Liz Niven',
    'George Hardie',
    'Janet Paisley',
    'Brent Hodgson',
    'David C Purdie',
    'Dauvit Horsbroch',
    'David Purves',
    'Tom Hubbard',
    'Fraser Robb',
    'Caroline Macafee',
    'John Tait',
    'John Manson',
    'Raymond Vettese',
    'Ann Matheson',
  ],
};

export default issue;