aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorir193 <iridiummx@gmail.com>2013-11-11 16:00:36 +0800
committerir193 <iridiummx@gmail.com>2013-11-11 16:00:36 +0800
commitd5b31673189eb580f9a4be6652b31cb0a3ce556d (patch)
tree32cb2d6907e957eda561d2820e0ff739fb1589d3
parenta3c1891c1451396f16b88c795bdc82d72980d493 (diff)
parenta5308bbc72b5eb76761fe2e83aa8c76b1ef8170e (diff)
downloadpelican-themes-d5b31673189eb580f9a4be6652b31cb0a3ce556d.tar.gz
updated
-rw-r--r--.gitmodules4
-rw-r--r--Just-Read/templates/article.html4
m---------sora0
3 files changed, 6 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 5a747f0..ac14a5c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -82,3 +82,7 @@
[submodule "Responsive-Pelican"]
path = Responsive-Pelican
url = git@github.com:ir193/Responsive-Pelican.git
+[submodule "sora"]
+ path = sora
+ url = https://github.com/if1live/pelican-sora.git
+
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 %}
diff --git a/sora b/sora
new file mode 160000
+Subproject d9f3e6670f7029856c73c52604b030beb6656b9