From f4aa957c53cda659d026ffd23856f65a72fee739 Mon Sep 17 00:00:00 2001 From: mayx Date: Tue, 4 Jan 2022 20:42:55 +0800 Subject: Restore deleted repositories --- _layouts/post.html | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 _layouts/post.html (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..a0a4418 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,90 @@ +--- +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 }}

+ +

by {{ page.author | default: site.author }}

+ + + +
+ +{% include toc.html html=content sanitize=true %} + +{{content}} + +{% if page.tags %} + tags: {{ page.tags | join: " - " }} +{% endif %} + + + + + + + +
+ + + -- cgit 1.4.1-2-gfad0