From 368f1eb0d716c544d1a9d230535a5701f4cbe7e2 Mon Sep 17 00:00:00 2001 From: mayx Date: Sat, 17 May 2025 04:51:25 +0000 Subject: Update 3 files - /assets/css/style.scss - /_layouts/post.html - /_layouts/encrypt.html--- _layouts/post.html | 2 ++ 1 file changed, 2 insertions(+) (limited to '_layouts/post.html') 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 %}