Fix build failure due to Hugo chaning _internal
template behavior
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
b79aee97d6
commit
f01eee9220
11 changed files with 137 additions and 89 deletions
1
layouts/shortcodes/gist.html
Normal file
1
layouts/shortcodes/gist.html
Normal file
|
@ -0,0 +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>
|
Loading…
Add table
Add a link
Reference in a new issue