From e5e305f0f3fdbf46f190a8147e4732f6c82cafc5 Mon Sep 17 00:00:00 2001
From: mayx
Date: Mon, 19 May 2025 02:03:49 +0000
Subject: Update 4 files
- /links.md
- /_layouts/post.html
- /_layouts/default.html
- /index.html---
_layouts/post.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to '_layouts/post.html')
diff --git a/_layouts/post.html b/_layouts/post.html
index 4aa011c..28c603e 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,10 +2,10 @@
layout: default
---
-{{ page.date | date: "%-d %B %Y" }} - 字数统计:{% if page.layout == "encrypt" %}God Knows {% else %}{{ page.content | strip_html | strip_newlines | remove: " " | size }} - 阅读大约需要{{ page.content | strip_html | strip_newlines | remove: "" | size | divided_by: 350 | plus: 1 }}分钟{% endif %} - Hits: Loading...
-
{{ page.title }}
+ - 字数统计:{% if page.layout == "encrypt" %}God Knows {% else %}{{ page.content | strip_html | strip_newlines | remove: " " | size }} - 阅读大约需要{{ page.content | strip_html | strip_newlines | remove: "" | size | divided_by: 350 | plus: 1 }}分钟{% endif %} - Hits: Loading...
+{{ page.title }}
-by {{ page.author | default: site.author }}
+by {{ page.author | default: site.author }}
这是一篇创建于
天前的文章,其中的信息可能已经有所发展或是发生改变。
@@ -75,10 +75,10 @@ layout: default
{% include toc.html html=content sanitize=true h_max=3 %}
-{% if page.layout == "encrypt" %} {{content}} {% else %}
{% capture a_post_content %}{% include anchor_headings.html html=content beforeHeading=true anchorBody="" %}{% endcapture %}{{ a_post_content | replace: '
', '' }}
{% endif %}
+{% if page.layout == "encrypt" %} {{content}} {% else %}
{% capture a_post_content %}{% include anchor_headings.html html=content beforeHeading=true anchorBody="" %}{% endcapture %}{{ a_post_content | replace: '
', '' }}
{% endif %}
{% if page.tags %}
-
tags: {% for tag in page.tags %}{{ tag }}{% unless forloop.last %} - {% endunless %}{% endfor %} 查看原始文件
+
tags: {% for tag in page.tags %}{{ tag }}{% unless forloop.last %} - {% endunless %}{% endfor %} 查看原始文件
{% endif %}
{% if page.layout != "encrypt" %}
--
cgit 1.4.1-2-gfad0