From c3cc9cd4921264b3ce05fe38a4dff5593ccb343b Mon Sep 17 00:00:00 2001 From: SatowTakeshi Date: Sat, 30 Dec 2017 05:41:04 +0900 Subject: [PATCH] configuration: Remove defaultExtension from docs --- content/getting-started/configuration.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/getting-started/configuration.md b/content/getting-started/configuration.md index d4fb5a17e..7b31931e5 100644 --- a/content/getting-started/configuration.md +++ b/content/getting-started/configuration.md @@ -73,7 +73,6 @@ canonifyURLs: false config: "config.toml" contentDir: "content" dataDir: "data" -defaultExtension: "html" defaultLayout: "post" # Missing translations will default to this content language defaultContentLanguage: "en" @@ -216,7 +215,6 @@ canonifyURLs = false config = "config.toml" contentDir = "content" dataDir = "data" -defaultExtension = "html" defaultLayout = "post" # Missing translations will default to this content language defaultContentLanguage = "en"