blob: e1f3bf114bccb10a3a7419fbb6a528d298182cdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
import img192w from '$images/scotsoun/sscd079-192w.jpg';
import type Scotsoun from '$types/Scotsoun';
const cd: Scotsoun = {
img: {
width192: img192w,
},
title: 'Langholm Memorial Sculpture',
subtitle: '"& 21 local poems of Hugh MacDiarmaid"',
longName: '"Langholm Memorial Sculpture & 21 local poems of Hugh MacDiarmaid"',
author: 'Hugh MacDiarmaid',
cdCount: 2,
price: '18.00',
scotsounId: '079',
uploadDate: '2023-08-25',
trackList: ['The Kernigal ', 'Kinsfolk '],
};
export default cd;
|