diff options
author | Pascal Turbing <pascal@turbing.de> | 2009-12-03 22:19:56 +0100 |
---|---|---|
committer | Pascal Turbing <pascal@turbing.de> | 2009-12-03 22:19:56 +0100 |
commit | 6c4970adff15fe709a25c559501678ad4dde44d3 (patch) | |
tree | 391f72eeb1429d95886408a55d7fe8e09030e7b4 /configuration | |
parent | 6f50460edaed24d04faba990c717f72790b07e26 (diff) |
Feeds:
* Added Preview of Blogpost in Atom/RSS Feeds
* Added feed_preview in configuration to set the length of BlogPostPreview in Lines
Diffstat (limited to '')
-rw-r--r-- | configuration | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configuration b/configuration index c7b3a2a..234f1ed 100644 --- a/configuration +++ b/configuration @@ -14,10 +14,13 @@ staticpages: True monthlist: True linklist: True permalinks: True -comments: True +comments: newest_first: True [smtp] new_comment_mail: False mail_to: please@change.me!!! smtp_host: localhost + +[feed] +feed_preview: 10 |