From b48e93890cc44f4f84dedfa94272a0e6d5189321 Mon Sep 17 00:00:00 2001 From: mayx Date: Mon, 18 May 2026 05:08:37 +0000 Subject: Update 3 files - /llms.txt - /_tools/ai-summary.js - /humans.txt --- llms.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llms.txt') 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 -- cgit v1.2.3