1
0
مراية لـ https://github.com/Mabbs/mabbs.github.io تم المزامنة 2026-07-20 05:11:50 +00:00
- /_layouts/default.html
- /_data/other_repo_list.csv
- /_data/links.csv
- /llms.txt
هذا الالتزام موجود في:
mayx
2026-05-18 15:24:55 +00:00
الأصل b48e93890c
التزام c888a89f41
4 ملفات معدلة مع 9 إضافات و18 حذوفات

عرض الملف

@@ -4,6 +4,11 @@
# {{ site.title }}
> {{ site.description }}
## Posts:
## Site Info
- [About Site](/README.html)
- [About Author](/humans.txt)
## 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 | strip_newlines }}{% elsif post.excerpt %}{{ post.excerpt | strip_html | strip_newlines }}{% else %}Just a Post.{% endif %}{% endfor %}