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
|
layout: feed
|
||||||
title: Books • Cory Dransfeldt
|
title: Books • Cory Dransfeldt
|
||||||
icon: books
|
icon: books
|
||||||
description: A feed of my recently read books.
|
description: My recently read books.
|
||||||
permalink: /assets/feeds/books.xsl
|
permalink: /assets/feeds/books.xsl
|
||||||
---
|
---
|
|
@ -2,6 +2,6 @@
|
||||||
layout: feed
|
layout: feed
|
||||||
title: Posts • Cory Dransfeldt
|
title: Posts • Cory Dransfeldt
|
||||||
icon: rss
|
icon: rss
|
||||||
description: A feed of the posts from my site.
|
description: Posts from my site.
|
||||||
permalink: /assets/feeds/feed.xsl
|
permalink: /assets/feeds/feed.xsl
|
||||||
---
|
---
|
|
@ -2,6 +2,6 @@
|
||||||
layout: feed
|
layout: feed
|
||||||
title: Links • Cory Dransfeldt
|
title: Links • Cory Dransfeldt
|
||||||
icon: link
|
icon: link
|
||||||
description: A feed of links I've liked.
|
description: Links I've liked.
|
||||||
permalink: /assets/feeds/links.xsl
|
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 }}
|
{{ title }}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
- Posts ([RSS](/feed.xml) • [JSON](/feed.json)): a feed of all of my blog posts.
|
- Posts ([RSS](/feed.xml) • [JSON](/feed.json)): posts from my site.
|
||||||
- Links ([RSS](/links.xml) • [JSON](/links.json)): a feed of links I've liked.
|
- Links ([RSS](/links.xml) • [JSON](/links.json)): links I've liked.
|
||||||
- Books ([RSS](/books.xml) • [JSON](/books.json)): a feed of books I've finished reading.
|
- Books ([RSS](/books.xml) • [JSON](/books.json)): my recently read books.
|
||||||
- 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)).
|
- Follow ([RSS](/follow.xml) • [JSON](/follow.json)): my activity from around the web.
|
||||||
|
|
Reference in a new issue