aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--waterspill-en/templates/article.html4
-rw-r--r--waterspill-en/templates/index.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/waterspill-en/templates/article.html b/waterspill-en/templates/article.html
index dcef284..a4aa4de 100644
--- a/waterspill-en/templates/article.html
+++ b/waterspill-en/templates/article.html
@@ -12,9 +12,9 @@
{% include 'twitter.html' %}
<h3 class="blogMeta">By <a href="#">{{ article.author }}</a>{% if not SUPPRESS_ITEM_CATEGORIES %}, Category: <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>{% endif %}</h3>
- <h3 class="blogMeta">Tags: {% for tag in article.tags %}
+ {% if article.tags %}<h3 class="blogMeta">Tags: {% for tag in article.tags %}
<span><a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a> / </span>
-{% endfor %}</h3>
+{% endfor %}</h3>{% endif %}
</div><!-- end #blogItem -->
{% if DISQUS_SITENAME %}
diff --git a/waterspill-en/templates/index.html b/waterspill-en/templates/index.html
index fecab05..338155a 100644
--- a/waterspill-en/templates/index.html
+++ b/waterspill-en/templates/index.html
@@ -32,7 +32,7 @@
{{ article.summary }}
<h3 class="blogMeta">By <a href="#">{{ article.author }}</a>{% if not SUPPRESS_ITEM_CATEGORIES %}, Category: <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>{% endif %}</h3>
- <a href="{{ SITEURL }}/{{ article.url }}">Cuntinue reading …</a>
+ <a href="{{ SITEURL }}/{{ article.url }}">Continue reading …</a>