1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:26:38 -04:00
Files
jarv.is/layouts/shortcodes/tweet.amp.html

9 lines
155 B
HTML

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