mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-01 22:44:05 +00:00
docs: typo
This commit is contained in:
parent
72a875f1db
commit
06e70da8a6
2 changed files with 2 additions and 2 deletions
exampleSite/content/introduction/quickstart
|
@ -85,7 +85,7 @@ Start by making a home page
|
|||
hugo new --kind home _index.md
|
||||
````
|
||||
|
||||
The new home page file `authoring/_index.md` has two parts: the page info (like `title`) at the top, called [front matter](https://gohugo.io/content-management/front-matter/), and the page content below.
|
||||
The new home page file `content/_index.md` has two parts: the page info (like `title`) at the top, called [front matter](https://gohugo.io/content-management/front-matter/), and the page content below.
|
||||
|
||||
## Create your First Chapter Page
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue