diff --git a/_layouts/default.html b/_layouts/default.html index 734ad8f..ab90993 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,153 +1,140 @@ - - - - -{% seo %} -{% feed_meta %} - - - - - - + + + + - -{% if site.google_analytics %} - - - + + {% endif %} + - - -
-
-

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

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

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

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

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

- -

+

{{ 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

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

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

+ {% endif %} -
-
+ +
+
{{ content }} -
- -
-
- -
- -
召唤伊斯特瓦尔
+
召唤伊斯特瓦尔
-
-

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

-
-
- +
+

+ 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
+

+
+
+ - - - - + + + + - - - + + + + \ No newline at end of file