From c14c4165ea95bf60b2f90974905a85be5f7d9919 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 7 Jul 2019 12:09:00 +0200 Subject: config: Set env param correctly The production parameter should have been in the params section. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 0a09f7b..250e499 100644 --- a/config.toml +++ b/config.toml @@ -6,7 +6,6 @@ enableRobotsTXT = true DefaultContentLanguage = "en" #MetaDataFormat = "yaml" Paginate = 6 -env = "production" #enable robots to index [params] description = "Ouroboros is a decentralized packet network" @@ -20,6 +19,7 @@ author = "Dimitri Staessens" defaultDestcription = "Ouroboros" recent_posts_number = 2 body_classes = "georgia bg-near-white" +env = "production" #enable robots to index [menu] -- cgit v1.2.3