diff --git a/templates/article.html b/templates/article.html index 8e7956e..ac04a2b 100755 --- a/templates/article.html +++ b/templates/article.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% block title %}{{ article.title }}{% endblock %} {% block head %} {{ super() }} @@ -32,6 +33,8 @@ {% if article.header_cover %}
+ {% elif HEADER_COVER %} +
{% else %}
{% endif %} @@ -64,6 +67,12 @@ {{ article.content }} + {% if article.tags %} +
+

tags: {% for tag in article.tags %}{{ tag | escape }}, {% endfor %}

+
+ {% endif %} +
{% if DISQUS_SITENAME and SITEURL and article.status != "draft" %}