diff options
Diffstat (limited to 'src/components')
| -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 && ( |
