1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 13:56:22 -04:00
jarv.is/layouts/shortcodes/gist.amp.html

7 lines
147 B
HTML

<amp-gist
data-gistid="{{ .Get "id" }}"
{{ with .Get "file" }}data-file="{{ . }}"{{ end }}
layout="fixed-height"
height="500">
</amp-gist>