@@ -31,11 +31,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"}} |
{% endif %}
{% endfor %}
@@ -44,9 +40,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"}} |
{% endunless %}
{% endfor %}
@@ -60,7 +54,7 @@
- | | | 分类 | 评论 |
+ | | |
@@ -68,15 +62,7 @@
{% 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"}} |
{% endfor %}
@@ -89,6 +75,4 @@
if (location.hash != "") {
$("#tag_" + decodeURI(location.hash.replace("#",""))).tab('show');
}
-
-
-
+
\ No newline at end of file