Skip to content

Commit 2d714d6

Browse files
committed
Fix warning about deprecated shortcode 'gist'
1 parent aa22626 commit 2d714d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layouts/_shortcodes/gist.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<script src="https://gist.github.com/{{ index .Params 0 }}/{{ index .Params 1 }}.js{{if len .Params | eq 3 }}?file={{ index .Params 2 }}{{end}}"></script>

0 commit comments

Comments
 (0)