summaryrefslogtreecommitdiff
path: root/llms.txt
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2026-05-18 07:08:37 +0200
committermayx <mayx@outlook.com>2026-05-18 07:08:37 +0200
commitb48e93890cc44f4f84dedfa94272a0e6d5189321 (patch)
tree1bd0c162199e0f8ff160c3e87f978c59c9c5ba83 /llms.txt
parentf6b35814b1a4cf1a7b4c10b4d24a12cc96f07423 (diff)
Update 3 files
- /llms.txt - /_tools/ai-summary.js - /humans.txt
Diffstat (limited to 'llms.txt')
-rw-r--r--llms.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/llms.txt b/llms.txt
index d0db157..60e8492 100644
--- a/llms.txt
+++ b/llms.txt
@@ -6,5 +6,4 @@
## Posts:
{% for post in site.posts %}
-- [{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}]({{ post.url }}): {% assign ai_cache = site.data.ai-cache[post.url] %}{% if ai_cache %}{{ ai_cache | strip_html }}{% elsif post.excerpt %}{{ post.excerpt | strip_html }}{% else %}Just a Post.{% endif %}
-{% endfor %} \ No newline at end of file
+- [{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}]({{ post.url }}): {% assign ai_cache = site.data.ai-cache[post.url] %}{% if ai_cache %}{{ ai_cache | strip_html | strip_newlines }}{% elsif post.excerpt %}{{ post.excerpt | strip_html | strip_newlines }}{% else %}Just a Post.{% endif %}{% endfor %} \ No newline at end of file