summaryrefslogtreecommitdiffstats
path: root/tpl
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@yahoo.com>2019-08-01 20:57:41 +0900
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-08-01 13:57:41 +0200
commitbe0d4efc3db18035a04b188e089c09cdd8e04365 (patch)
tree24ba5d3126a5bff362ea87380fb7b2ca9834c954 /tpl
parentf7f549e3a7492c787c6abb4900cc0f57c8ab1826 (diff)
tpl: Always load GitHub Gists over HTTPS
Diffstat (limited to 'tpl')
-rw-r--r--tpl/tplimpl/embedded/templates/shortcodes/gist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/tplimpl/embedded/templates/shortcodes/gist.html b/tpl/tplimpl/embedded/templates/shortcodes/gist.html
index 97ef54838..781b26567 100644
--- 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>