From 988f7d5c2d7a1d40ec2c8ab961cb5a4e41b5bd4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20=C5=9Aliwka?= Date: Wed, 29 Jan 2020 23:43:30 +0100 Subject: [PATCH] Document default `enableInlineShortcodes` value As described in https://gohugo.io/templates/shortcode-templates/#inline-shortcodes --- content/en/getting-started/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index 1f1551937..33445a63c 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -138,7 +138,7 @@ enableEmoji (false) enableGitInfo (false) : Enable `.GitInfo` object for each page (if the Hugo site is versioned by Git). This will then update the `Lastmod` parameter for each page using the last git commit date for that content file. -enableInlineShortcodes +enableInlineShortcodes (false) : Enable inline shortcode support. See [Inline Shortcodes](/templates/shortcode-templates/#inline-shortcodes). enableMissingTranslationPlaceholders (false)