diff --git a/templates/blog/article_detail.html b/templates/blog/article_detail.html index f4f4191..653eaa3 100755 --- a/templates/blog/article_detail.html +++ b/templates/blog/article_detail.html @@ -5,8 +5,8 @@ - + diff --git a/templates/blog/article_index.html b/templates/blog/article_index.html index 83b6fdc..c112dec 100644 --- a/templates/blog/article_index.html +++ b/templates/blog/article_index.html @@ -4,12 +4,11 @@ {% block header %} {% if tag_name %} {{ page_type }}:{{ tag_name }} | {{ SITE_DESCRIPTION }} - + {% comment %}{% endcomment %} {% else %} {{ SITE_NAME }} | {{ SITE_DESCRIPTION }} - {% endif %} - +