personal-blog/layouts/shortcodes/anchorfm.html

4 lines
209 B
HTML

<div style="text-align: center;">
<iframe src="https://anchor.fm/{{ index .Params 0 }}/embed/episodes/{{ index .Params 1 }}"
height="95px" width="425px" style="border-width: 0"></iframe>
</div>