mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 20:45:31 -04:00
Google AMP support & switch to NPM builds (#14)
This commit is contained in:
8
layouts/shortcodes/youtube.amp.html
Normal file
8
layouts/shortcodes/youtube.amp.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<p class="center">
|
||||
<amp-youtube
|
||||
data-videoid="{{ index .Params 0 }}"
|
||||
layout="responsive"
|
||||
width="480"
|
||||
height="270"
|
||||
></amp-youtube>
|
||||
</p>
|
Reference in New Issue
Block a user