chore: update feeds page

This commit is contained in:
Cory Dransfeldt 2023-05-26 08:29:07 -07:00
parent 59dfde4dac
commit 8f14da6567
No known key found for this signature in database
2 changed files with 4 additions and 6 deletions

View file

@ -1,4 +1,4 @@
<a href="/feed.xml" title="RSS"> <a href="/feeds" title="RSS">
<svg <svg
class="inline w-6 h-6 fill-current text-gray-700 hover:text-purple-500 dark:text-gray-200 dark:hover:text-purple-400" class="inline w-6 h-6 fill-current text-gray-700 hover:text-purple-500 dark:text-gray-200 dark:hover:text-purple-400"
role="img" role="img"

View file

@ -24,8 +24,6 @@ class="m-0 text-xl font-black leading-tight tracking-normal dark:text-gray-200 m
{{ title }} {{ title }}
</h2> </h2>
Content feeds generated by and exposed from my site. - Posts ([RSS](/feed.xml) • [JSON](/feed.json)): a feed of all of my blog posts.
- Links ([RSS](/links.xml)): a feed of links I've shared via the Pinboard API.
- [RSS](/feed.xml): a feed of all of my blog posts. - 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)).
- [Links](/links.xml): a feed of links I've shared via the Pinboard API.
- [Follow](/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)).