diff --git a/_layouts/post.html b/_layouts/post.html index 28c603e..982a3f8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,7 +2,7 @@ layout: default --- - - 字数统计:{% 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... + - 字数统计:{% 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 }}

diff --git a/index.html b/index.html index eccf888..85c1b4b 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ title: 首页 - 我的文章

{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}

-