mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-23 21:15:58 -04:00
iframe shortcode for valid AMP
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<amp-iframe
|
||||
sandbox="allow-scripts allow-same-origin"
|
||||
layout="responsive"
|
||||
width="{{ .Get "width" }}"
|
||||
height="{{ .Get "height" }}"
|
||||
src="{{ .Get "src" }}">
|
||||
</amp-iframe>
|
||||
Reference in New Issue
Block a user