diff --git a/index.html b/index.html index 53f8cbc..bb69bc7 100644 --- a/index.html +++ b/index.html @@ -2,22 +2,21 @@ layout: default title: 首页 - 我的文章 --- - -

首页 - 我的文章

Archives | Random

+{% if paginator.page == 1 %}
{% endif %} +

首页 - 我的文章

Archives | Random


-{% if paginator.page == 1 %}
{% endif %} - +
{% for post in paginator.posts %}
-

{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}

+

{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}

{{ post.date | date: "%-d %B %Y" }} | Hits: Loading...

-
+
{{ post.excerpt | strip_html | strip_newlines }}
{% if post.tags %}