mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Fix link to front matter
added leading backslash, changing [front matter](content/front-matter) to [front matter](/content/front-matter)
This commit is contained in:
parent
85f4935dec
commit
7f1bcd89b2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ you can start a content file with the date and title automatically set.
|
|||
While this is a welcome feature, active writers need more.
|
||||
|
||||
Hugo presents the concept of archetypes, which are archetypal content files
|
||||
with pre-configured [front matter](content/front-matter) which will
|
||||
with pre-configured [front matter](/content/front-matter) which will
|
||||
populate each new content file whenever you run the `hugo new` command.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue