mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
docs: typo
This commit is contained in:
parent
72a875f1db
commit
06e70da8a6
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ Start by making a home page
|
||||||
hugo new --kind home _index.md
|
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
|
## Create your First Chapter Page
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.0.1
|
7.0.1+72a875f1db967152c77914cff4d53f8fcee0e619
|
Loading…
Reference in a new issue