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 %}