mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Fix broken link to Content Types
This commit is contained in:
parent
6fd4bfcae3
commit
71aa797b27
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ Possible values are `"toml"`, `"yaml"` and `"json"`.
|
|||
|
||||
The following rules apply when creating new content:
|
||||
|
||||
* If an archetype with a filename matching the new post's [content type](/content/type) exists, it will be used.
|
||||
* If an archetype with a filename matching the new post's [content type](/content/types) exists, it will be used.
|
||||
* If no match is found, `archetypes/default.md` will be used.
|
||||
* If neither is present and a theme is in use, then within the theme:
|
||||
* If an archetype with a filename that matches the content type being created, it will be used.
|
||||
|
|
Loading…
Reference in a new issue