1
0

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:
Alan Orth 2016-09-28 15:06:33 +03:00
parent 1175fbb7c0
commit b088f3a7cf
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -18,7 +18,7 @@ enableRobotsTXT = true
description = "Sharing Jordan with the worldone 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"