1
0
مراية لـ https://github.com/Mabbs/mabbs.github.io تم المزامنة 2026-07-20 06:21:51 +00:00
- /_data/ai-cache.json
- /rss.xml
- /feed.json
هذا الالتزام موجود في:
mayx
2025-08-10 17:01:39 +00:00
الأصل d9f22d591a
التزام 3c324af39e
3 ملفات معدلة مع 7 إضافات و3 حذوفات

عرض الملف

@@ -15,7 +15,10 @@
{% for post in site.posts limit:10 %}
<item>
<title>{{ post.title | xml_escape }}</title>
{% if post.excerpt %}
{% assign ai_cache = site.data.ai-cache[post.url] %}
{% if ai_cache %}
<description>{{ ai_cache | xml_escape }}</description>
{% elsif post.excerpt %}
<description>{{ post.excerpt | strip_html | xml_escape }}</description>
{% else %}
<description>{{ post.content | xml_escape }}</description>