{{ post.excerpt | strip_html | strip_newlines }}
{% if post.tags %}
--
cgit 1.4.1-2-gfad0
From 3edfcdb60aba6b774fa9b18609f9040d186ea7c4 Mon Sep 17 00:00:00 2001 From: mayx Date: Tue, 22 Apr 2025 10:14:18 +0000 Subject: 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: 首页 - 我的文章 --- - -
- {{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}+{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}-
+
{{ post.excerpt | strip_html | strip_newlines }}
{% if post.tags %}
--
cgit 1.4.1-2-gfad0
|