diff --git a/exampleSite/content/introduction/quickstart/_index.en.md b/exampleSite/content/introduction/quickstart/_index.en.md index 1c96a9dded..02ef711e56 100644 --- a/exampleSite/content/introduction/quickstart/_index.en.md +++ b/exampleSite/content/introduction/quickstart/_index.en.md @@ -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 diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 73a86b1970..a405aff2c9 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.0.1 \ No newline at end of file +7.0.1+72a875f1db967152c77914cff4d53f8fcee0e619 \ No newline at end of file