diff --git a/index.html b/index.html index 0387f53..53f8cbc 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,8 @@ title: 首页 - 我的文章
- +{% if paginator.page == 1 %}
{% endif %} + {% for post in paginator.posts %} {% endfor %}

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

@@ -29,6 +30,7 @@ title: 首页 - 我的文章
+{% if paginator.page == 1 %}
{% endif %} {% if paginator.total_pages > 1 %}