fix(config): MediaType's Suffix deprecated warning (#103)

`MediaType.Suffix` has now been deprecated.
This commit is contained in:
binarization 2018-10-30 22:00:06 +08:00 committed by olOwOlo
parent 5e356c5f63
commit b55831b303

View file

@ -186,7 +186,7 @@ copyright = "" # default: author.name ↓ # 默认为下面配
# Uncomment these options to make hugo output .md files.
#[mediaTypes]
# [mediaTypes."text/plain"]
# suffix = "md"
# suffixes = ["md"]
#
#[outputFormats.MarkDown]
# mediaType = "text/plain"