mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 15:16:40 -04:00
iframe shortcode for valid AMP
This commit is contained in:
3
layouts/shortcodes/iframe.html
Normal file
3
layouts/shortcodes/iframe.html
Normal file
@ -0,0 +1,3 @@
|
||||
<div class="embed iframe">
|
||||
<iframe src="{{ .Get "src" }}"></iframe>
|
||||
</div>
|
Reference in New Issue
Block a user