personal-blog/layouts/shortcodes/include.html

5 lines
133 B
HTML
Raw Permalink Normal View History

2021-11-29 17:29:47 +00:00
<div>
<iframe type="text/html" width="100%" style="border-width: 0"
src="{{ index .Params 0 }}"></iframe>
</div>