mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
tpl: Always load GitHub Gists over HTTPS
This commit is contained in:
parent
f7f549e3a7
commit
be0d4efc3d
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
<script type="application/javascript" src="//gist.github.com/{{ index .Params 0 }}/{{ index .Params 1 }}.js{{if len .Params | eq 3 }}?file={{ index .Params 2 }}{{end}}"></script>
|
||||
<script type="application/javascript" src="https://gist.github.com/{{ index .Params 0 }}/{{ index .Params 1 }}.js{{if len .Params | eq 3 }}?file={{ index .Params 2 }}{{end}}"></script>
|
||||
|
|
Loading…
Reference in a new issue