From 0501f3a0ac888e04e64c2ab514588644b6364827 Mon Sep 17 00:00:00 2001 From: saulteafarmer Date: Thu, 17 Apr 2025 15:13:57 +0000 Subject: [PATCH] Update shows.html --- shows.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/shows.html b/shows.html index 9ce7281..eea646d 100644 --- a/shows.html +++ b/shows.html @@ -50,10 +50,13 @@ const content = document.createElement('div'); content.className = 'mt-4 md:mt-0 md:w-1/2'; - content.innerHTML = `$1
- ${show.fountainlink ? `Fountain` : ''} - ${show.xlink ? `X` : ''} - ${show.nostrlink ? `Nostr` : ''} + content.innerHTML = ` +

${show.title}

+

${show.description}

+
+ ${show.fountainlink ? `Fountain` : ''} + ${show.xlink ? `X` : ''} + ${show.nostrlink ? `Nostr` : ''}
`;