chore: update feeds page
This commit is contained in:
parent
59dfde4dac
commit
8f14da6567
2 changed files with 4 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
<a href="/feed.xml" title="RSS">
|
||||
<a href="/feeds" title="RSS">
|
||||
<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"
|
||||
role="img"
|
||||
|
|
|
@ -24,8 +24,6 @@ class="m-0 text-xl font-black leading-tight tracking-normal dark:text-gray-200 m
|
|||
{{ title }}
|
||||
</h2>
|
||||
|
||||
Content feeds generated by and exposed from my site.
|
||||
|
||||
- [RSS](/feed.xml): a feed of all of my blog posts.
|
||||
- [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)).
|
||||
- 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.
|
||||
- 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)).
|
||||
|
|
Reference in a new issue