From c454031365600b89486e8e0c5568415dcdc6d425 Mon Sep 17 00:00:00 2001 From: mayx Date: Tue, 22 Apr 2025 10:00:50 +0000 Subject: [PATCH] Update file index.html --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %}