From 368f1eb0d716c544d1a9d230535a5701f4cbe7e2 Mon Sep 17 00:00:00 2001 From: mayx Date: Sat, 17 May 2025 04:51:25 +0000 Subject: [PATCH] Update 3 files - /assets/css/style.scss - /_layouts/post.html - /_layouts/encrypt.html --- _layouts/encrypt.html | 4 ++-- _layouts/post.html | 2 ++ assets/css/style.scss | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_layouts/encrypt.html b/_layouts/encrypt.html index 98bc401..b740135 100644 --- a/_layouts/encrypt.html +++ b/_layouts/encrypt.html @@ -49,7 +49,7 @@ function onbtnDecrypto() { document.getElementById("pwinput").style.display = "none"; } -
{{ page.tips | default: "请输入密码:" }}
+
{{ page.tips | default: "请输入密码:" }}
-

+

diff --git a/_layouts/post.html b/_layouts/post.html index 4ad595f..a456cd6 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -80,6 +80,7 @@ layout: default {% if page.tags %} tags: {% for tag in page.tags %}{{ tag }}{% unless forloop.last %} - {% endunless %}{% endfor %} 查看原始文件 {% endif %} +{% unless post.layout == "encrypt" %}

推荐文章

Loading...

@@ -106,6 +107,7 @@ $.get(BlogAPI + "/suggest?id={{ page.url }}&update=" + lastUpdated.valueOf(), fu }); +{% endunless %}