mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Create soundcloud.html
This commit is contained in:
parent
ebe25ca101
commit
1f246b13f3
8
layouts/shortcodes/soundcloud.html
Normal file
8
layouts/shortcodes/soundcloud.html
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<iframe
|
||||||
|
width="100%"
|
||||||
|
height="450"
|
||||||
|
scrolling="no"
|
||||||
|
frameborder="no"
|
||||||
|
allow="autoplay"
|
||||||
|
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/{{ index .Params 0 }}&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"
|
||||||
|
></iframe>
|
Loading…
x
Reference in New Issue
Block a user