diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-30 18:12:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-30 18:12:07 +0100 |
| commit | b28215cdec85e3a28cc3c6284535f339cbfb08f4 (patch) | |
| tree | fc5e134b4a3d2d7032cb4785acdfee058dd16f1c /src/components/Scotsoun.astro | |
| parent | 2ea4e338752780fe0c34b1bc77621b308e649d1d (diff) | |
| parent | 85140152e0adcac6cf5d096a4a0f7cc28d81a490 (diff) | |
Merge pull request #2 from Sycamost/dev
Dev
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 && ( |
