From 92afc7f1c02546725d3cd387f6418ab9c0efcca6 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 16 Feb 2019 01:28:51 -0500 Subject: [PATCH] rss: Clarify that RSS content is the abstract I'm still debating whether to include the full text of the post within the RSS feed, since some of them may be substantial (like the one I'll be posting soon that I've been sitting on for a couple weeks because I'm too busy/lazy to do final editing). * src/rss.sh: Add "(Read full post)" link. --- src/rss.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/rss.sh b/src/rss.sh index 5fb506f..d5057fe 100755 --- a/src/rss.sh +++ b/src/rss.sh @@ -70,7 +70,10 @@ gen-item() $www/$slug $date - + (Read full post)

+ ]]>
EOF }