mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-05-19 22:32:28 +00:00
Update 3 files
- /llms.txt - /_tools/ai-summary.js - /humans.txt
This commit is contained in:
parent
f6b35814b1
commit
b48e93890c
3 changed files with 11 additions and 9 deletions
3
llms.txt
3
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 %}
|
||||
- [{{ 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue