-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase RSS feed to 50 last entries
Also update property name to latest from jekyll-feed Receiving only the last 10 is detremental for people only occasionally fetching RSS feeds through their reader. We could go infinite but 50 bring up back 6 months in the past that is a good start.
- Loading branch information
1 parent
a43b4dc
commit 0ea1765
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -239,3 +239,5 @@ jekyll-archives: | |
|
||
|
||
############################################################ | ||
feed: | ||
posts_limit: 50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters