mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
Improve the teaser
Improve the teaser
This commit is contained in:
parent
2422c40013
commit
72cf924c1c
13 changed files with 143 additions and 120 deletions
|
|
@ -1,4 +1,4 @@
|
|||
; The URL of your blog
|
||||
; The URL of your blog. Include the http or https.
|
||||
site.url = ""
|
||||
|
||||
; Blog info
|
||||
|
|
@ -22,7 +22,7 @@ breadcrumb.home = "Home"
|
|||
; Disqus
|
||||
disqus.shortname = ""
|
||||
|
||||
; Google publisher
|
||||
; Google+ publisher
|
||||
google.publisher = ""
|
||||
|
||||
; Google analytics
|
||||
|
|
@ -42,6 +42,9 @@ related.count = "4"
|
|||
; Author info on blog post. Set "true" or "false".
|
||||
author.info = "true"
|
||||
|
||||
; Teaser type: set "trimmed" or "full".
|
||||
teaser.type = "trimmed"
|
||||
|
||||
; Teaser char count
|
||||
teaser.char = "200"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue