fixing tootpick output in config.toml
This commit is contained in:
parent
42cc66febc
commit
e0971815db
2 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ summaryLength = 0
|
|||
[outputFormats.Tootpick]
|
||||
mediaType = "text/html"
|
||||
basename = "tootpick"
|
||||
isPlainText = true
|
||||
isPlainText = false
|
||||
isHTML = true
|
||||
notAlternative = true
|
||||
|
||||
[outputs]
|
||||
|
|
Loading…
Reference in a new issue