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` : ''}
`;