aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2019-07-07 12:09:00 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2019-07-07 12:09:00 +0200
commitc14c4165ea95bf60b2f90974905a85be5f7d9919 (patch)
tree6e5c98baa800e743cb318bd4d60c313d2feb42b5 /config.toml
parent2ef9e995adac6dbbd1c71c9b0f66ecc0f7934ddd (diff)
downloadwebsite-c14c4165ea95bf60b2f90974905a85be5f7d9919.tar.gz
website-c14c4165ea95bf60b2f90974905a85be5f7d9919.zip
config: Set env param correctly
The production parameter should have been in the params section.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
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]