ref: be0d4efc3db18035a04b188e089c09cdd8e04365
parent: f7f549e3a7492c787c6abb4900cc0f57c8ab1826
author: Christian Oliff <[email protected]>
date: Thu Aug 1 16:57:41 EDT 2019
tpl: Always load GitHub Gists over HTTPS
--- a/tpl/tplimpl/embedded/templates/shortcodes/gist.html
+++ b/tpl/tplimpl/embedded/templates/shortcodes/gist.html
@@ -1,1 +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>