Add limit RSS length

Add option to limit rss length.
This commit is contained in:
Danang Probo Sayekti 2014-02-07 20:21:05 +07:00
commit b47cf3e363
5 changed files with 43 additions and 23 deletions

View file

@ -34,7 +34,6 @@ tag.perpage = "10"
archive.perpage = "10"
search.perpage = "10"
profile.perpage = "10"
rss.count = "10"
json.count = "10"
; Related posts
@ -49,6 +48,12 @@ teaser.char = "200"
; Description char count
description.char = "150"
;RSS feed count
rss.count = "10"
;RSS feed description length. If left empty we will use full page.
rss.char = ""
; Enable image thumbnail on teaser, the options is "true" and "false". If set to "true", you can specify the default thumbnail also.
img.thumbnail = "true"
default.thumbnail = ""