diff --git a/tag.html b/tag.html index 704b848..8fdcb84 100644 --- a/tag.html +++ b/tag.html @@ -26,20 +26,19 @@

- 分类评论 + 分类 {% for post in tag[1] %} {{ post.title }} - {{ post.date | date: "%Y-%m-%d %H:%M:%S"}} + {{ post.date | date: "%Y-%m-%d"}} {% for cat in post.categories %} {% if cat != 'sticky' %} {{ cat }} {% endif %} {% endfor %} - {% if post.issue %}{% endif %} {% endfor %} @@ -50,6 +49,4 @@

$("#tag_" + decodeURI(location.hash.replace("#",""))).tab('show'); - - - + \ No newline at end of file diff --git a/type.html b/type.html index 40379de..fce42d0 100644 --- a/type.html +++ b/type.html @@ -18,7 +18,7 @@ - + @@ -31,11 +31,7 @@ - - - + {% endif %} {% endfor %} @@ -44,9 +40,7 @@ - - - + {% endunless %} {% endfor %} @@ -60,7 +54,7 @@
分类评论
{{ post.title }} {{ post.date | date: "%Y-%m-%d %H:%M:%S"}}{% for cat in post.categories %}{{ cat }}{% endfor %} - {% if post.issue %} {% endif %} - {{ post.date | date: "%Y-%m-%d"}}
{{ post.title }}{{ post.date | date: "%Y-%m-%d %H:%M:%S"}}{% for cat in post.categories %}{{ cat }}{% endfor %}{% if post.issue %}{% endif %}{{ post.date | date: "%Y-%m-%d"}}
- + @@ -68,15 +62,7 @@ - - - + {% endfor %} @@ -89,6 +75,4 @@ if (location.hash != "") { $("#tag_" + decodeURI(location.hash.replace("#",""))).tab('show'); } - - - + \ No newline at end of file
分类评论
{% if post.is_sticky %}置顶{% endif %} {{ post.title }}{{ post.date | date: "%Y-%m-%d %H:%M:%S"}} - {% if post.categories.size > 0 %} - {% for cat in post.categories %} - {{ cat }} - {% endfor %} - {% endif %} - {% if post.issue %}{% endif %}{{ post.date | date: "%Y-%m-%d"}}