Skip to content

Commit 976fd39

Browse files
committed
🐛 since embedding the radio does not work right now due to missing https on the other end we replace it with a link
1 parent 154c1c0 commit 976fd39

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

layouts/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,15 @@
105105
</a>
106106
</div>
107107
<div class="mt-10 flex items-center gap-x-6">
108+
<a
109+
href="http://wordpress.radio10.de/one-page-express/live-stream/"
110+
target="_blank"
111+
rel="noopener noreferrer"
112+
class="rounded-md bg-gray-900 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
113+
>
114+
Jetzt in unser Webradio reinhören
115+
</a>
116+
<!--
108117
<button
109118
id="radio-button"
110119
class="rounded-md bg-gray-900 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
@@ -138,6 +147,7 @@
138147
})
139148
})();
140149
</script>
150+
-->
141151
</div>
142152
</div>
143153
{{ with resources.Get "img/bnv-junges-team-back-cropped.png" }}

0 commit comments

Comments
 (0)