From 6d145383f59730b2ed1f6e79071cb28b6b76706d Mon Sep 17 00:00:00 2001 From: mayx Date: Sat, 26 Apr 2025 13:52:27 +0000 Subject: Update 4 files - /_layouts/default.html - /_layouts/post.html - /index.html - /search.html--- _layouts/default.html | 10 +++++----- _layouts/post.html | 7 ++++++- index.html | 4 +++- search.html | 5 +++++ 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 28331cd..9620a55 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,15 +11,12 @@ - - + {% if site.google_analytics %} @@ -99,6 +96,7 @@ {{ content }} +
@@ -128,6 +126,7 @@
召唤伊斯特瓦尔
+ - + + \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index 7e02853..de38995 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,7 +2,7 @@ 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.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 }}

@@ -29,6 +29,10 @@ layout: default AI摘要

{% assign ai_cache = site.data.ai-cache[page.url] %}{% if ai_cache %}{{ ai_cache }}{% else %}正在生成中……{% endif %}

{% unless ai_cache %} + + + {% endunless %}
{% endif %} diff --git a/index.html b/index.html index bb69bc7..32a4b78 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ layout: default title: 首页 - 我的文章 --- {% if paginator.page == 1 %}
{% endif %} -

首页 - 我的文章

Archives | Random

+

首页 - 我的文章

Archives | Random


@@ -14,7 +14,9 @@ title: 首页 - 我的文章

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

{{ post.date | date: "%-d %B %Y" }} + | Hits: Loading... +

{{ post.excerpt | strip_html | strip_newlines }} diff --git a/search.html b/search.html index df3cadc..dec9593 100644 --- a/search.html +++ b/search.html @@ -4,6 +4,10 @@ title: 搜索 ---

搜索

+ +

Keyword:

@@ -26,3 +30,4 @@ getSearchJSON(function(json){ document.getElementById('search-loading').style.display = "none"; }); + \ No newline at end of file -- cgit 1.4.1-2-gfad0