tpl: Always load GitHub Gists over HTTPS
authorChristian Oliff <christianoliff@yahoo.com>
Thu, 1 Aug 2019 11:57:41 +0000 (20:57 +0900)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 1 Aug 2019 11:57:41 +0000 (13:57 +0200)
tpl/tplimpl/embedded/templates/shortcodes/gist.html

index 97ef548380e012b469cac7787af0026a3233586a..781b265678e7a44c348d67982863f9e2daf0b504 100644 (file)
@@ -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>
\ No newline at end of file
+<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>