summaryrefslogtreecommitdiff
path: root/templates/shortcodes/shikwasa.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/shortcodes/shikwasa.html')
-rw-r--r--templates/shortcodes/shikwasa.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/templates/shortcodes/shikwasa.html b/templates/shortcodes/shikwasa.html
deleted file mode 100644
index 93c4601..0000000
--- a/templates/shortcodes/shikwasa.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<link
- rel="stylesheet"
- href="https://cdn.jsdelivr.net/npm/shikwasa@2.2.0/dist/style.css"
-/>
-<script src="https://cdn.jsdelivr.net/npm/shikwasa@2.2.0/dist/shikwasa.min.js"></script>
-<div class="podcast">
- <script>
- const player = new Shikwasa.Player({
- container: () => document.querySelector(".podcast"),
- audio: {
- title: "{{subtitle}}",
- artist: "{{author}}",
- cover: "{{image | safe}}",
- src: "{{media | safe}}",
- },
- fixed: {
- type: "static",
- },
- });
- </script>
-</div>