1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 06:58:28 -04:00
jarv.is/layouts/shortcodes/youtube.amp.html

9 lines
155 B
HTML

<p class="center">
<amp-youtube
data-videoid="{{ index .Params 0 }}"
layout="responsive"
width="480"
height="270">
</amp-youtube>
</p>