Skip to content

Commit 9ceb458

Browse files
authored
Use .atom extension since we write an Atom feed (#359)
Merge pull request 359
1 parent 9c27cf6 commit 9ceb458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Do you already have an existing feed someplace other than `/feed.xml`, but are o
4040

4141
```yml
4242
feed:
43-
path: atom.xml
43+
path: /blog/feed.atom
4444
```
4545

4646
To note, you shouldn't have to do this unless you already have a feed you're using, and you can't or wish not to redirect existing subscribers.
@@ -178,7 +178,7 @@ By default, collection feeds will be outputted to `/feed/<COLLECTION>.xml`. If y
178178
feed:
179179
collections:
180180
changes:
181-
path: "/changes.xml"
181+
path: "/changes.atom"
182182
```
183183

184184
Finally, collections can also have category feeds which are outputted as `/feed/<COLLECTION>/<CATEGORY>.xml`. Specify categories like so:
@@ -187,7 +187,7 @@ Finally, collections can also have category feeds which are outputted as `/feed/
187187
feed:
188188
collections:
189189
changes:
190-
path: "/changes.xml"
190+
path: "/changes.atom"
191191
categories:
192192
- news
193193
- updates

0 commit comments

Comments
 (0)