mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-11 20:04:42 -04:00
fix: typo in output-formats.md
Correct sentence for clarity.
This commit is contained in:
parent
f71b67f34f
commit
77f74ced56
@ -47,7 +47,7 @@ To add or modify a media type, define it in a `mediaTypes` section in your [site
|
|||||||
|
|
||||||
The above example adds one new media type, `text/enriched`, and changes the suffix for the built-in `text/html` media type.
|
The above example adds one new media type, `text/enriched`, and changes the suffix for the built-in `text/html` media type.
|
||||||
|
|
||||||
**Note:** these media types are configured for **your output formats**. If you want to redefine one of Hugo's default output formats (e.g. `HTML`), you also need to redefine the output format. So, if you want to change the suffix of the `HTML` output format from `html` (default) to `htm`:
|
**Note:** these media types are configured for **your output formats**. If you want to redefine one of Hugo's default output formats (e.g. `HTML`), you also need to redefine the media type. So, if you want to change the suffix of the `HTML` output format from `html` (default) to `htm`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[mediaTypes]
|
[mediaTypes]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user