diff options
author | June McEnroe <june@causal.agency> | 2020-04-04 10:07:41 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-04 10:07:41 -0400 |
commit | 4f4af306f1f7dd730c9ffa03b2ad56ec91230b78 (patch) | |
tree | dd0bead4542666d03fa4e8426ccae9961f32ac5b | |
parent | Set publish date in feed from .Dd (diff) | |
download | src-4f4af306f1f7dd730c9ffa03b2ad56ec91230b78.tar.gz src-4f4af306f1f7dd730c9ffa03b2ad56ec91230b78.zip |
Include <content src> in feed
Maybe this gets feed readers to embed the content?
-rw-r--r-- | www/text.causal.agency/feed.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/text.causal.agency/feed.sh b/www/text.causal.agency/feed.sh index 690cdc45..de9e7c54 100644 --- a/www/text.causal.agency/feed.sh +++ b/www/text.causal.agency/feed.sh @@ -30,6 +30,7 @@ for entry in *.7; do <id>${url}</id> <published>${published}</published> <updated>${updated}</updated> + <content type="text/plain" src="${url}"/> </entry> EOF done |