{{ post.excerpt | strip_html | strip_newlines }}
{% if post.tags %}
--
cgit 1.4.1-2-gfad0
From 2f59a946db55972c70fd093db1555db2b613ba25 Mon Sep 17 00:00:00 2001 From: mayx Date: Tue, 22 Apr 2025 06:01:34 +0000 Subject: Update 4 files - /_layouts/default.html - /_layouts/post.html - /index.html - /assets/css/style.scss--- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 85243d5..c705b75 100644 --- a/index.html +++ b/index.html @@ -8,15 +8,15 @@ 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
|