mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-08 14:39:44 +00:00
fix(config): MediaType's Suffix deprecated warning (#103)
`MediaType.Suffix` has now been deprecated.
This commit is contained in:
parent
5e356c5f63
commit
b55831b303
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue