config.toml: Only show 3 posts on front page
Now that the summaries show pictures it could get a bit heavy for users on mobile if they have to download five pictures.
This commit is contained in:
parent
1175fbb7c0
commit
b088f3a7cf
@ -18,7 +18,7 @@ enableRobotsTXT = true
|
||||
description = "Sharing Jordan with the world — one picture at a time."
|
||||
|
||||
# How many posts to show on the homepage (Default: 5)
|
||||
#num_recent_posts = 5
|
||||
num_recent_posts = 3
|
||||
|
||||
# Format dates with Go's time formatting
|
||||
date_format = "Mon Jan 02, 2006"
|
||||
|
Loading…
Reference in New Issue
Block a user