personal-blog/layouts/shortcodes/anchorfm.html

4 lines
216 B
HTML
Raw Normal View History

2021-11-27 14:09:56 +00:00
<div style="text-align: center;">
<iframe src="https://anchor.fm/{{ index .Params 0 }}/embed/episodes/{{ index .Params 1 }}"
height="95px" width="425px" frameborder="0" scrolling="no"></iframe>
</div>