added funkwhale shortcode
This commit is contained in:
parent
0099b22b26
commit
a1548cd929
1
layouts/shortcodes/funkwhale.html
Normal file
1
layouts/shortcodes/funkwhale.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<iframe width="100%" scrolling="no" frameborder="no" src="https://{{ with .Get "pod" }}{{ . }}{{ end }}/front/embed.html?&type={{ with .Get "type" }}{{ . }}{{ end }}&id={{ with .Get "id" }}{{ . }}{{ end }}"></iframe>
|
Loading…
Reference in a new issue