personal-blog/layouts/shortcodes/gab.html

6 lines
278 B
HTML
Raw Normal View History

2021-11-27 15:53:30 +00:00
<div style="position: relative; padding-bottom: 1%; height: 100%; overflow: hidden;">
<iframe id="gab" type="text/html" height="100%" width="400"
src="https://gab.com/{{ index .Params 0 }}/posts/{{ index .Params 1}}"
style="border-width: 0"></iframe>
2021-11-27 14:09:56 +00:00
</div>