docs: Document inline shortcodes

See #4011
This commit is contained in:
Bjørn Erik Pedersen
2018-11-27 14:43:12 +01:00
parent bc337e6ab5
commit aded0f25fd
2 changed files with 36 additions and 1 deletions

View File

@@ -98,6 +98,9 @@ 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
: Enable inline shortcode support. See [Inline Shortcodes](/templates/shortcode-templates/#inline-shortcodes).
enableMissingTranslationPlaceholders (false)
: Show a placeholder instead of the default value or an empty string if a translation is missing.