From 6c4970adff15fe709a25c559501678ad4dde44d3 Mon Sep 17 00:00:00 2001 From: Pascal Turbing Date: Thu, 3 Dec 2009 22:19:56 +0100 Subject: Feeds: * Added Preview of Blogpost in Atom/RSS Feeds * Added feed_preview in configuration to set the length of BlogPostPreview in Lines --- configuration | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configuration') 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 -- cgit v1.2.3