mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Add limit RSS length
Add option to limit rss length.
This commit is contained in:
parent
7a6e19624f
commit
b47cf3e363
5 changed files with 43 additions and 23 deletions
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue