mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
Fix rendering issues in the guide and manual
This commit is contained in:
parent
bee1320700
commit
9b8a05bbc1
4 changed files with 6 additions and 4 deletions
|
@ -62,7 +62,8 @@ if it is undefined, moving directly to the next step. Similarly,
|
|||
| allow_missing_post | `true`
|
||||
| charsets_provided | skip
|
||||
| content_types_accepted | none
|
||||
| content_types_provided | `$$[{{<<"text">>, <<"html">>, '*'}, to_html}]$$`
|
||||
// @todo Space required for the time being: https://github.com/spf13/hugo/issues/2398
|
||||
| content_types_provided | `[{{ <<"text">>, <<"html">>, '*'}, to_html}]`
|
||||
| delete_completed | `true`
|
||||
| delete_resource | `false`
|
||||
| expires | `undefined`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue