feat: rename posts feed url
This commit is contained in:
parent
68e9501dc8
commit
78c97a1e42
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
permalink: /feeds/posts
|
||||
permalink: /feeds/posts.xml
|
||||
layout: null
|
||||
eleventyExcludeFromCollections: true
|
||||
excludeFromSitemap: true
|
||||
|
|
|
@ -7,7 +7,7 @@ description: Feed yourself a veritable bevy of feeds.
|
|||
<p>Here is my collection of feeds for your perusal. They come in RSS varieties.</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/feeds/posts">Posts</a>
|
||||
<a href="/feeds/posts.xml">Posts</a>
|
||||
<p>Just the posts.</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue