diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 19:03:39 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 19:03:39 +0100 |
| commit | db5b029f78deed13a17ca05facf4092142c07fa9 (patch) | |
| tree | eedd02e42466e3df87625c7914c473b25682b402 /http/src | |
| parent | e8754afca2033d15c0b7e71447e0767e8705718f (diff) | |
blog/rss.xml has no meta tags in content
Diffstat (limited to 'http/src')
| -rw-r--r-- | http/src/blog/rss.uppxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/src/blog/rss.uppxml b/http/src/blog/rss.uppxml index 66683e4..4ed05e1 100644 --- a/http/src/blog/rss.uppxml +++ b/http/src/blog/rss.uppxml @@ -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/&/\\&/g" \ | sed "s/</\\</g" \ | sed "s/>/\\>/g" \ |
