From 92348510d9754077dd1386b7324f2576f93a823d Mon Sep 17 00:00:00 2001 From: liangliangyy Date: Wed, 1 Mar 2017 16:52:42 +0800 Subject: [PATCH] =?UTF-8?q?description=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/blog/article_detail.html | 2 +- templates/blog/article_index.html | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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 %} - +