diff options
Diffstat (limited to 'templates/shortcodes')
| -rw-r--r-- | templates/shortcodes/shikwasa.html | 21 |
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> |
