diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-26 18:01:38 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-26 18:01:38 +0100 |
| commit | f2243efa6cb6ca65fbc0f91ac6aadf5f92e38422 (patch) | |
| tree | 4ee4d386285880c58e4a46ea847035b1d3fab307 /src/components/Scotsoun.astro | |
| parent | 209cad34850bd7a079c60340e40f580c682c5926 (diff) | |
HTMLifies Scotsoun description
Diffstat (limited to 'src/components/Scotsoun.astro')
| -rw-r--r-- | src/components/Scotsoun.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Scotsoun.astro b/src/components/Scotsoun.astro index a8b4334..1c2b1a0 100644 --- a/src/components/Scotsoun.astro +++ b/src/components/Scotsoun.astro @@ -42,7 +42,7 @@ const t = translate(locale); </section> <section> - {scotsoun?.description && <p>{scotsoun.description[locale]}</p>} + {scotsoun?.description && <p set:html={scotsoun.description[locale]} />} { scotsoun?.coverArtist && ( |
