summaryrefslogtreecommitdiffstats
path: root/templates_html/shortcodes
diff options
context:
space:
mode:
authorJan Sydänviita <jan@sydanviita.fi>2026-08-26 17:59:51 +0300
committerJan Sydänviita <jan@sydanviita.fi>2026-08-26 20:06:42 +0300
commite7b1baedf2dcb7e2b5179225ed118fdd56fda568 (patch)
tree8c20a93a2f2c19ac18e7958efa6f81ac9bb6e988 /templates_html/shortcodes
parentd3ef1b21081f9743f4d54648cb4f8bae2c9b8243 (diff)
Fix bandcamp embed in geminiHEADmain
Diffstat (limited to 'templates_html/shortcodes')
-rw-r--r--templates_html/shortcodes/bandcamp_embed.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates_html/shortcodes/bandcamp_embed.html b/templates_html/shortcodes/bandcamp_embed.html
new file mode 100644
index 0000000..cce5644
--- /dev/null
+++ b/templates_html/shortcodes/bandcamp_embed.html
@@ -0,0 +1 @@
+<iframe style="border: 0; width: 350px; height: 470px;" src="https://bandcamp.com/EmbeddedPlayer/album={{ album_id }}/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/transparent=true/" seamless><a href="{{ album_url }}">{{ text }}</a></iframe>