1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 11:05:25 -04:00
jarv.is/layouts/shortcodes/tweet.amp.html

10 lines
158 B
HTML

<p class="center">
<amp-twitter
width="375"
height="472"
layout="responsive"
data-tweetid="{{ index .Params 0 }}"
>
</amp-twitter>
</p>