commit 77f13d220301c39550f4b07eb3cbaf514c750c78
parent 867bc2a3e2d669fd68bf6c554a57e71648ac9523
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 22 Oct 2017 23:33:17 -0500
Force https connection on isso.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/foot_custom.html b/layouts/partials/foot_custom.html
@@ -2,7 +2,7 @@
<script src="/js/math-code.js"></script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<!-- Isso Support -->
-<script data-isso="{{ .Site.BaseURL }}isso/" src="{{ .Site.BaseURL }}isso/js/embed.min.js"></script>
+<script data-isso="/isso/" src="/isso/js/embed.min.js"></script>
<section id="isso-thread"></section>
<!-- Translated footer -->