From 424c0207ad00cb29b78f5c55204898b3c1f545d4 Mon Sep 17 00:00:00 2001 From: invzhi Date: Sat, 8 Jun 2019 17:29:27 +0800 Subject: [PATCH] baseurl -> baseURL --- content/en/content-management/organization/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/organization/index.md b/content/en/content-management/organization/index.md index e9ae91b57..c12e07c26 100644 --- a/content/en/content-management/organization/index.md +++ b/content/en/content-management/organization/index.md @@ -60,7 +60,7 @@ Without any additional configuration, the following will just work: ## Path Breakdown in Hugo -The following demonstrates the relationships between your content organization and the output URL structure for your Hugo website when it renders. These examples assume you are [using pretty URLs][pretty], which is the default behavior for Hugo. The examples also assume a key-value of `baseurl = "https://example.com"` in your [site's configuration file][config]. +The following demonstrates the relationships between your content organization and the output URL structure for your Hugo website when it renders. These examples assume you are [using pretty URLs][pretty], which is the default behavior for Hugo. The examples also assume a key-value of `baseURL = "https://example.com"` in your [site's configuration file][config]. ### Index Pages: `_index.md`