diff options
| author | mayx <mayx@outlook.com> | 2026-05-18 07:08:37 +0200 |
|---|---|---|
| committer | mayx <mayx@outlook.com> | 2026-05-18 07:08:37 +0200 |
| commit | b48e93890cc44f4f84dedfa94272a0e6d5189321 (patch) | |
| tree | 1bd0c162199e0f8ff160c3e87f978c59c9c5ba83 /llms.txt | |
| parent | f6b35814b1a4cf1a7b4c10b4d24a12cc96f07423 (diff) | |
Update 3 files
- /llms.txt
- /_tools/ai-summary.js
- /humans.txt
Diffstat (limited to 'llms.txt')
| -rw-r--r-- | llms.txt | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
