Fix Reddit RSS syntax (#2380)

Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
rollsicecream 2024-01-31 11:07:42 +00:00 committed by Daniel Gray
parent 667a207010
commit c89d1ed25f
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3

View File

@ -141,10 +141,10 @@ Some social media services also support RSS although it's not often advertised.
Reddit allows you to subscribe to subreddits via RSS. Reddit allows you to subscribe to subreddits via RSS.
!!! example !!! example
Replace `subreddit_name` with the subreddit you wish to subscribe to. Replace `[SUBREDDIT]` with the subreddit you wish to subscribe to.
```text ```text
https://www.reddit.com/r/{{ subreddit_name }}/new/.rss https://www.reddit.com/r/[SUBREDDIT]/new/.rss
``` ```
### Twitter ### Twitter