Changed blog view on home page.

* Removed date grouping of recent blog posts.
* Added a paramter to specify how many posts to show.
This commit is contained in:
Jeff Henson
2017-02-11 11:45:51 -07:00
committed by Alexis Tacnet
parent 436ab5acb2
commit e02bf39694
2 changed files with 11 additions and 13 deletions

View File

@@ -22,6 +22,7 @@ logofile = "img/logo.png"
faviconfile = "img/logo.png"
highlightjs = true
progressively = true
latestpostcount = 10
lang = "en"
github = "example"
email = "you@example.com"