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