personal-blog/layouts/shortcodes/anchorfm.html

4 lines
209 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 }}"
2021-11-27 16:25:19 +00:00
height="95px" width="425px" style="border-width: 0"></iframe>
2021-11-27 14:09:56 +00:00
</div>