From 3c324af39e141b0b47dd4e0e6ae114c1ecd94e3c Mon Sep 17 00:00:00 2001 From: mayx Date: Sun, 10 Aug 2025 17:01:39 +0000 Subject: Update 3 files - /_data/ai-cache.json - /rss.xml - /feed.json --- rss.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rss.xml') diff --git a/rss.xml b/rss.xml index d29a94d..2f09425 100644 --- a/rss.xml +++ b/rss.xml @@ -15,7 +15,10 @@ {% for post in site.posts limit:10 %} {{ post.title | xml_escape }} - {% if post.excerpt %} + {% assign ai_cache = site.data.ai-cache[post.url] %} + {% if ai_cache %} + {{ ai_cache | xml_escape }} + {% elsif post.excerpt %} {{ post.excerpt | strip_html | xml_escape }} {% else %} {{ post.content | xml_escape }} -- cgit v1.2.3