From ffdc2effbc13c93f76feefa62d9b311bda1c93c3 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 5 Jun 2023 14:53:08 -0700 Subject: [PATCH] chore: add follow rss link to feeds page --- src/feeds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/feeds.md b/src/feeds.md index aafdab4f..e7c13d21 100644 --- a/src/feeds.md +++ b/src/feeds.md @@ -26,4 +26,4 @@ class="m-0 text-xl font-black leading-tight tracking-normal dark:text-gray-200 m - Posts ([RSS](/feed.xml) • [JSON](/feed.json)): a feed of all of my blog posts. - Links ([RSS](/links.xml) • [JSON](/links.json)): a feed of links I've liked on Instapaper. -- Follow ([JSON](/follow.json)): a JSON feed of my web activity comprised of blog posts, links, movies and books (using the same data sources as [my now page](/now)). +- Follow ([RSS](/follow.xml) • [JSON](/follow.json)): a feed of my web activity comprised of blog posts, links, movies and books (using the same data sources as [my now page](/now)).