zola-inky-fork/templates/shortcodes/spotify.html
2023-02-01 17:58:59 +00:00

5 lines
202 B
HTML

<div class="center">
<iframe src="https://open.spotify.com/embed/album/{{id}}" width="300" height="380" frameborder="0"
allowtransparency="true" allow="encrypted-media">
</iframe>
</div>