From c269283f81c3e965a412a138f3515c5d117cc285 Mon Sep 17 00:00:00 2001 From: Andrey Devyatkin Date: Sun, 3 Nov 2013 19:18:12 +0100 Subject: Just-Read: Update disqus link to protocol-relative --- Just-Read/templates/article.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Just-Read') diff --git a/Just-Read/templates/article.html b/Just-Read/templates/article.html index 58df95f..e48c01a 100644 --- a/Just-Read/templates/article.html +++ b/Just-Read/templates/article.html @@ -18,7 +18,7 @@ var disqus_identifier = "{{ article.url }}"; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://{{ DISQUS_SITENAME }}.disqus.com/embed.js'; + dsq.src = '//{{ DISQUS_SITENAME }}.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); @@ -29,4 +29,4 @@ {% include 'metadata.html' %} -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit