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/default.html | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 _layouts/default.html (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..e3d0975 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,154 @@ + + + + + + + +{% seo %} +{% feed_meta %} + + + + + + + +{% if site.google_analytics %} + + + +{% endif %} + + + +
+
+

{{ site.title | default: site.github.repository_name }}

+ + {% if site.logo %} + Logo + {% endif %} + +

{{ site.description | default: site.github.project_tagline }}

+ +

+ + {% if site.github.is_project_page %} +

View the Project on GitHub {{ site.github.repository_nwo }}

+ {% endif %} + + {% if site.github.is_user_page %} +

View My GitHub Profile

+ {% endif %} + + About Me +
+
+ + {{ content }} + +
+ +
+
+ +
+ +
+ + +
+
+ + +
+
召唤伊斯特瓦尔
+ +
+ {% if site.github.is_project_page %} +

This project is maintained by {{ site.github.owner_name }}

+ {% endif %} +

Made with ❤ by Mayx
Last updated at
总字数:{% assign count = 0 %} +{% for post in site.posts %} + {% assign single_count = post.content | strip_html | strip_newlines | remove: " " | size %} + {% assign count = count | plus: single_count %} +{% endfor %} +{% if count > 10000 %} + {{ count | divided_by: 10000 }} 万 {{ count | modulo: 10000 }} +{% else %} + {{ count }} + {% endif %} - 文章数:{% for post in site.posts %} + {% assign co = co | plus: 1 %} + {% endfor %}{{ co }} - Atom - About

+
+
+ + + + + + + + + + -- cgit v1.2.3