blog/rss.xml has no meta tags in content

This commit is contained in:
2026-06-18 19:03:39 +01:00
parent e8754afca2
commit db5b029f78
+1 -1
View File
@@ -29,7 +29,7 @@ DATE_PUBLISHED_RFC_822="$(TZ=UT date --date="${POST_ID}" +"%a, %d %b %Y %H:%M:%S
<description>${POST_DESCRIPTION:-${POST_TITLE}}</description>
<content:encoded>
#!
pp "${SRC}/blog/$post" "${SITE_URL}" \
NO_META=1 pp "${SRC}/blog/$post" "${SITE_URL}" \
| sed "s/&/\\&amp;/g" \
| sed "s/</\\&lt;/g" \
| sed "s/>/\\&gt;/g" \