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--- _layouts/default.html | 5 +++-- _layouts/post.html | 5 +++-- assets/css/style.scss | 8 ++++++++ index.html | 6 +++--- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 303c26f..d707b4d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,6 +18,7 @@ + {% if site.google_analytics %} @@ -51,6 +52,7 @@ } +
@@ -135,11 +137,10 @@ - + - diff --git a/_layouts/post.html b/_layouts/post.html index a1e72b5..7e02853 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -82,12 +82,12 @@ layout: default {% endif %}
- {{ 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
|