Skip to content

Commit 49d617e

Browse files
committed
Merge pull request #18 from kdambekalns/patch-1
BUGFIX: Add missing curly brace to RSS feed example
2 parents fadcdbc + 1c146a2 commit 49d617e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ xml = RobertLemke.Plugin.Blog:Feed {
4040
feedDescription = 'A great, new - yet unconfigured - blog powered by Neos'
4141
feedUri = ''
4242
includeContent = ${false}
43+
}
4344
```
4445

4546
Now when you visit the "feed node" and use xml instead of html in the URL, you should see an XML feed os the

0 commit comments

Comments
 (0)