From 29c6d57faa42212febb76c612d4d193a10f9d8bf Mon Sep 17 00:00:00 2001 From: mayx Date: Mon, 28 Apr 2025 06:04:28 +0000 Subject: Update 3 files - /feed.xslt.xml - /rss.xml - /feed.json--- rss.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rss.xml') diff --git a/rss.xml b/rss.xml index 2af6378..84815bf 100644 --- a/rss.xml +++ b/rss.xml @@ -4,16 +4,16 @@ - {{ site.name | xml_escape }} + {{ site.title | xml_escape }} {% if site.description %}{{ site.description | xml_escape }}{% endif %} - {{ site.url }} + "{{ "/" | absolute_url }}" {{ site.time | date_to_rfc822 }} {{ site.lang | default: "zh-CN" }} {% for post in site.posts limit:10 %} {{ post.title | xml_escape }} {% if post.excerpt %} - {{ post.excerpt | xml_escape }} + {{ post.excerpt | strip_html | xml_escape }} {% else %} {{ post.content | xml_escape }} {% endif %} -- cgit 1.4.1-2-gfad0