feat: add feeds page #6
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
permalink: /feeds/posts
|
permalink: /feeds/posts.xml
|
||||||
layout: null
|
layout: null
|
||||||
eleventyExcludeFromCollections: true
|
eleventyExcludeFromCollections: true
|
||||||
excludeFromSitemap: 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>
|
<p>Here is my collection of feeds for your perusal. They come in RSS varieties.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="/feeds/posts">Posts</a>
|
<a href="/feeds/posts.xml">Posts</a>
|
||||||
<p>Just the posts.</p>
|
<p>Just the posts.</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue