From 2fa7db6ca57c49dff5ab068729278b8af10c4076 Mon Sep 17 00:00:00 2001 From: Tilman Date: Fri, 30 Jun 2023 14:06:28 +0200 Subject: [PATCH] commit --- index.twig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.twig b/index.twig index 908ade5..6433a03 100644 --- a/index.twig +++ b/index.twig @@ -221,7 +221,8 @@ const node = document.createElement('div'); node.classList.add('col-sm-12', 'col-lg-6', 'col-xl-4', 'my-2'); - node.innerHtml = '
Thema

Beschreibung vom tollen Podcast

'; + node.innerHtml = "I have changed!"; + //'
Thema

Beschreibung vom tollen Podcast

'; //node.appendChild(podcastTitle); podcastDiv.appendChild(node);