From 241f624aa814c6eb282ea3112efaf1df09abe60d Mon Sep 17 00:00:00 2001 From: Joseph Earl Date: Thu, 23 Mar 2017 23:10:31 +0000 Subject: [PATCH] Fixes #1 with Hugo v0.18+ --- README.md | 2 +- layouts/{about/single.html => section/about.html} | 0 layouts/{tags/single.html => section/tags.html} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename layouts/{about/single.html => section/about.html} (100%) rename layouts/{tags/single.html => section/tags.html} (100%) diff --git a/README.md b/README.md index 1c63605..9a42ee9 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ 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 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