fix bug:Tags and About page broken with Hugo v0.18+

feature/cover-image
nodejh 8 years ago
parent a91879fa57
commit 29f5dc9458

@ -78,7 +78,7 @@ Use the about page to introduce yourself to your visitors. You can customize the
## 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` so that the page does not show on your home page or other lists of pages.
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:

@ -77,7 +77,7 @@ $ git clone https://github.com/nodejh/hugo-theme-cactus-plus.git
## 关于页面
使用关于页面首先要在你的站点目录的 `content` 目录下创建一个 `about` 目录,然后再创建一个 `index.md` 文件,编写该文件即可。
使用关于页面首先要在你的站点目录的 `content` 目录下创建一个 `about` 目录,然后再创建一个 `_index.md` 文件,编写该文件即可。
你也可以参考本主题示例站点中的关于页:[`exampleSite/content/about/index.md`](https://github.com/nodejh/hugo-theme-cactus-plus/blob/master/exampleSite/content/about/index.md)。
@ -85,7 +85,7 @@ $ git clone https://github.com/nodejh/hugo-theme-cactus-plus.git
本主题也提供了 `标签页` 功能。
`content` 目录下新建一个名为 `tags` 的目录,然后在次目录创建一个名为 `index.md` 的文件,写入下面的内容,注意设置 `hidden = true` 即可:
`content` 目录下新建一个名为 `tags` 的目录,然后在次目录创建一个名为 `_index.md` 的文件,写入下面的内容,注意设置 `hidden = true` 即可:
```markdown
+++

@ -19,4 +19,3 @@
{{ partial "js.html" . }}
</body>
</html>
Loading…
Cancel
Save