From 3edfcdb60aba6b774fa9b18609f9040d186ea7c4 Mon Sep 17 00:00:00 2001 From: mayx Date: Tue, 22 Apr 2025 10:14:18 +0000 Subject: [PATCH] Update file index.html --- index.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 %}