aboutsummaryrefslogtreecommitdiffstats
path: root/Just-Read
diff options
context:
space:
mode:
Diffstat (limited to 'Just-Read')
-rw-r--r--Just-Read/readme.md6
-rw-r--r--Just-Read/templates/article.html4
2 files changed, 7 insertions, 3 deletions
diff --git a/Just-Read/readme.md b/Just-Read/readme.md
index ebba988..c3722f5 100644
--- a/Just-Read/readme.md
+++ b/Just-Read/readme.md
@@ -8,4 +8,8 @@
- **var.less** defines the colors and fonts used. Much more easy to edit than the main.css file.
- the **psd folder** contains the images used in the theme, handful if you want to change the color scheme.
-*Note: I tested the theme only in the latests version of Chrome, Firefox, Opera and Safari. * \ No newline at end of file
+*Note: I tested the theme only in the latests version of Chrome, Firefox, Opera and Safari. *
+
+## Screenshot ##
+
+![screenshot](screenshot.png)
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 %}