diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-27 18:26:45 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-27 18:29:47 +0100 |
| commit | 35c242f6abb614e1d545fb8a2a1180a451c22a54 (patch) | |
| tree | 12b905e8f8f489a4415ee37cdab4b55042f979ff /src/components/Scotsoun.astro | |
| parent | 85675451bcdeaf57d0887305f23731c5837a95a1 (diff) | |
Scotsoun release title includes ID
Diffstat (limited to 'src/components/Scotsoun.astro')
| -rw-r--r-- | src/components/Scotsoun.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Scotsoun.astro b/src/components/Scotsoun.astro index 1c2b1a0..3af652e 100644 --- a/src/components/Scotsoun.astro +++ b/src/components/Scotsoun.astro @@ -20,6 +20,7 @@ const t = translate(locale); <div class="product__header-block"> <header> <h1>{scotsoun.title}</h1> + <p class="italic">Scotsoun SSCD{scotsoun.scotsounId}</p> {scotsoun?.subtitle && <p class="italic">{scotsoun.subtitle}</p>} { scotsoun?.author && ( |
