diff --git a/templates/article.html b/templates/article.html index 44208e9..2de1252 100644 --- a/templates/article.html +++ b/templates/article.html @@ -59,11 +59,11 @@ {% if SITE_LOGO %} - + {% else %} - Home + Home {% endif %} @@ -156,7 +156,7 @@ - {% endif %} + {% endif %} {% endfor %} @@ -172,14 +172,14 @@ {% endif %} var disqus_url = '{{ SITEURL }}/{{ article.url }}'; - Please enable JavaScript to view the comments. + Please enable JavaScript to view the comments. {% if article.disqus_identifier %} Show Comments {% else %} Show Comments {% endif %} - + {% endif %}