From 95a5d8b4695725c4e634d41d31d4dd963fbd2614 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Tue, 17 Oct 2017 16:40:59 +0200 Subject: [PATCH] Fix format of summaryLength in TOML example config --- content/getting-started/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/getting-started/configuration.md b/content/getting-started/configuration.md index 1e9231263a..27d959e824 100644 --- a/content/getting-started/configuration.md +++ b/content/getting-started/configuration.md @@ -252,7 +252,7 @@ googleAnalytics = "" hasCJKLanguage = false languageCode = "" # the length of text to show in a .Summary -summaryLength: 70 +summaryLength = 70 layoutDir = "layouts" # Enable Logging log = false