diff --git a/README.md b/README.md index 1c63605..c932b4b 100644 --- a/README.md +++ b/README.md @@ -73,11 +73,11 @@ To use it, copy the [`config.toml`](https://github.com/nodejh/hugo-theme-cactus- ## About page -Use the about page to introduce yourself to your visitors. You can customize the content as you like in the `/content/about/index.md`. +Use the about page to introduce yourself to your visitors. You can customize the content as you like in the `/content/about/_index.md`. ## Tags page -Use the tags page to show all post's tags. You can create the file `/content/tags/index.md` and set `hidden = true`. +Use the tags page to show all post's tags. You can create the file `/content/tags/index.md` and set `hidden = true` so that the page does not show on your home page or other lists of pages. For example: diff --git a/layouts/about/single.html b/layouts/section/about.html similarity index 100% rename from layouts/about/single.html rename to layouts/section/about.html diff --git a/layouts/tags/single.html b/layouts/section/tags.html similarity index 100% rename from layouts/tags/single.html rename to layouts/section/tags.html