aboutsummaryrefslogtreecommitdiffstats
path: root/Just-Read
diff options
context:
space:
mode:
authorAndrey Devyatkin <andrey.a.devyatkin@gmail.com>2013-11-03 19:18:12 +0100
committerAndrey Devyatkin <andrey.a.devyatkin@gmail.com>2013-11-03 19:18:12 +0100
commitc269283f81c3e965a412a138f3515c5d117cc285 (patch)
tree0a478343d5f3b6f3c3aa3eae04d87542f32223c2 /Just-Read
parent9e36160046981f52cf0ed9ebdf88fc6146c0a131 (diff)
downloadpelican-themes-c269283f81c3e965a412a138f3515c5d117cc285.zip
pelican-themes-c269283f81c3e965a412a138f3515c5d117cc285.tar.gz
pelican-themes-c269283f81c3e965a412a138f3515c5d117cc285.tar.bz2
Just-Read: Update disqus link to protocol-relative
Diffstat (limited to 'Just-Read')
-rw-r--r--Just-Read/templates/article.html4
1 files changed, 2 insertions, 2 deletions
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);
})();
</script>
@@ -29,4 +29,4 @@
{% include 'metadata.html' %}
</article>
</div>
-{% endblock %} \ No newline at end of file
+{% endblock %}