diff options
author | Dante Catalfamo | 2020-06-18 19:00:59 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-06-18 19:00:59 -0400 |
commit | b6bf28afd9016fc282d85992d37c9fc85cec7cd1 (patch) | |
tree | 69c9296962703478a435c90b60f226576d4edb15 /config.toml | |
parent | 826c24e0fe1e47baf1d64d315ccff46c7e7a93df (diff) | |
download | blog-b6bf28afd9016fc282d85992d37c9fc85cec7cd1.tar.gz blog-b6bf28afd9016fc282d85992d37c9fc85cec7cd1.tar.bz2 blog-b6bf28afd9016fc282d85992d37c9fc85cec7cd1.zip |
mainsection set
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 5295581..1114b24 100644 --- a/config.toml +++ b/config.toml @@ -27,7 +27,7 @@ enableRobotsTXT = true # images = ["img/og.png"] # This will use the image called og.png in static/img folder # Posts shown in homepage - mainSections = ["post"] + mainSections = ["posts"] [menu] [[menu.nav]] |