1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

docs: Fix references to section list templates

Fixes #2032
This commit is contained in:
Julien Chien
2016-04-02 15:29:36 -07:00
committed by Cameron Moore
parent 6d2898b33b
commit 16ad628114
2 changed files with 4 additions and 1 deletions

View File

@@ -864,7 +864,7 @@ $ find themes/zafta -name list.html | xargs ls -l
-rw-r--r-- 1 mdhender wheel 0 Nov 27 20:35 themes/zafta/layouts/_default/list.html
```
As with the single article, we have to decide to update `_default/list.html` or create `article/list.html`. We still don't have multiple content types, so let's stay consistent and update the default list template.
As with the single article, we have to decide to update `_default/list.html` or create `section/article.html`. We still don't have multiple content types, so let's stay consistent and update the default list template.
```bash
$ vi themes/zafta/layouts/_default/list.html