personal-blog/layouts/shortcodes/anchorfm.html

4 lines
224 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" style="border-width: 0" scrolling="no"></iframe>
2021-11-27 14:09:56 +00:00
</div>