From 5504b2c537ad5d28eb845e357d349a0b1196fdc4 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 10 Jun 2022 13:28:07 -0500 Subject: [PATCH] Enable html in main headings --- src/components/default-listing.astro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/default-listing.astro b/src/components/default-listing.astro index d86a01a..1acb296 100644 --- a/src/components/default-listing.astro +++ b/src/components/default-listing.astro @@ -32,9 +32,10 @@ const details = new ListingDetails( listing )
-

- { details.mainHeading } -

+

{ details.subtitle }