chore: consistent descriptions
This commit is contained in:
parent
58b5d67fd9
commit
f955bba115
4 changed files with 7 additions and 7 deletions
|
@ -2,6 +2,6 @@
|
|||
layout: feed
|
||||
title: Books • Cory Dransfeldt
|
||||
icon: books
|
||||
description: A feed of my recently read books.
|
||||
description: My recently read books.
|
||||
permalink: /assets/feeds/books.xsl
|
||||
---
|
|
@ -2,6 +2,6 @@
|
|||
layout: feed
|
||||
title: Posts • Cory Dransfeldt
|
||||
icon: rss
|
||||
description: A feed of the posts from my site.
|
||||
description: Posts from my site.
|
||||
permalink: /assets/feeds/feed.xsl
|
||||
---
|
|
@ -2,6 +2,6 @@
|
|||
layout: feed
|
||||
title: Links • Cory Dransfeldt
|
||||
icon: link
|
||||
description: A feed of links I've liked.
|
||||
description: Links I've liked.
|
||||
permalink: /assets/feeds/links.xsl
|
||||
---
|
|
@ -24,7 +24,7 @@ class="m-0 text-xl font-black leading-tight tracking-normal dark:text-gray-200 m
|
|||
{{ title }}
|
||||
</h2>
|
||||
|
||||
- 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.
|
||||
- Books ([RSS](/books.xml) • [JSON](/books.json)): a feed of books I've finished reading.
|
||||
- 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)).
|
||||
- Posts ([RSS](/feed.xml) • [JSON](/feed.json)): posts from my site.
|
||||
- Links ([RSS](/links.xml) • [JSON](/links.json)): links I've liked.
|
||||
- Books ([RSS](/books.xml) • [JSON](/books.json)): my recently read books.
|
||||
- Follow ([RSS](/follow.xml) • [JSON](/follow.json)): my activity from around the web.
|
||||
|
|
Reference in a new issue