diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-28 16:52:21 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-28 16:52:21 +0100 |
| commit | fb0a87fcd7479532df151a358d00a3e26a82039a (patch) | |
| tree | 3efb5f042363b4dad5b8be8dc98d361452942e0b /src/data | |
| parent | 35c242f6abb614e1d545fb8a2a1180a451c22a54 (diff) | |
Adds George T Watt commattee details
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/committee.ts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/data/committee.ts b/src/data/committee.ts index 038dd90..614a11d 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -73,6 +73,21 @@ const committee: CommitteeMember[] = [ { name: 'George T Watt', roles: [CommitteeRole.MemmershipSecretar], + bio: { + sco: ` + George T Watt is a writer in Scots poesie, cutty tales and airticles. + This cheil haes been published in mony anthologies an magazines as weel + as Lallans. He haes produced seiveral recordings fur + <a class="link" href="/en-GB/furthsettins/scotsoun">Scotsoun</a> anaa. + `, + 'en-GB': ` + George T Watt is a writer in Scots poetry, short stories and articles. + He has been published in many anthologies and magazines as well as + Lallans. He has also produced several recordings for + <a class="link" href="/en-GB/furthsettins/scotsoun">Scotsoun</a>. + `, + }, + imgSrc: '/images/commattee/george-t-watt.jpg', }, { name: 'Rab Wilson', |
