Document default enableInlineShortcodes value

As described in https://gohugo.io/templates/shortcode-templates/#inline-shortcodes
This commit is contained in:
Piotr Śliwka 2020-01-29 23:43:30 +01:00 committed by Bjørn Erik Pedersen
parent 0f604a3459
commit 988f7d5c2d

View File

@ -138,7 +138,7 @@ enableEmoji (false)
enableGitInfo (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. : 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). : Enable inline shortcode support. See [Inline Shortcodes](/templates/shortcode-templates/#inline-shortcodes).
enableMissingTranslationPlaceholders (false) enableMissingTranslationPlaceholders (false)