mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 18:45:30 -04:00
better gist shortcode w/ AMP and RSS versions
This commit is contained in:
6
layouts/shortcodes/gist.amp.html
Normal file
6
layouts/shortcodes/gist.amp.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<amp-gist
|
||||
data-gistid="{{ .Get "id" }}"
|
||||
{{ with .Get "file" }}data-file="{{ . }}"{{ end }}
|
||||
layout="fixed-height"
|
||||
height="500">
|
||||
</amp-gist>
|
Reference in New Issue
Block a user