summaryrefslogtreecommitdiff
path: root/templates/shortcodes/shikwasa.html
diff options
context:
space:
mode:
authorMole Shang <135e2@135e2.dev>2026-09-02 15:49:49 +0800
committerMole Shang <135e2@135e2.dev>2026-09-02 15:49:49 +0800
commit23d62aaa39dae753d39dcd596b962ccc1c5cdb36 (patch)
tree269670883636ee9adb47a123acd69abd2d6522a0 /templates/shortcodes/shikwasa.html
parenta582b6ef76bfb79744716f5cdfafff8c41861ec9 (diff)
downloadSeje2-23d62aaa39dae753d39dcd596b962ccc1c5cdb36.tar.gz
Seje2-23d62aaa39dae753d39dcd596b962ccc1c5cdb36.tar.bz2
Seje2-23d62aaa39dae753d39dcd596b962ccc1c5cdb36.zip
templates: migrate to zola 0.23main
tera v1->v2 https://github.com/getzola/zola/issues/3235 https://github.com/Keats/tera/blob/master/MIGRATION.md
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>