commit be0d4efc3db18035a04b188e089c09cdd8e04365
parent f7f549e3a7492c787c6abb4900cc0f57c8ab1826
Author: Christian Oliff <christianoliff@yahoo.com>
Date: Thu, 1 Aug 2019 20:57:41 +0900
tpl: Always load GitHub Gists over HTTPS
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tpl/tplimpl/embedded/templates/shortcodes/gist.html b/tpl/tplimpl/embedded/templates/shortcodes/gist.html
@@ -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>