docs: Add new section list lookup alternative - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit f4779b25bc55a3b6693e9e3cbe6b2444fbf4e61b
(DIR) parent 8203fc59234610d53dacafc23502edf4ec8c329b
(HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Thu, 2 Mar 2017 10:07:42 +0100
docs: Add new section list lookup alternative
Updates #3116
Diffstat:
M docs/content/templates/list.md | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/docs/content/templates/list.md b/docs/content/templates/list.md
@@ -40,9 +40,11 @@ the list will be needed.
A Section will be rendered at /`SECTION`/ (e.g. http://spf13.com/project/)
* /layouts/section/`SECTION`.html
+* /layouts/`SECTION`/list.html
* /layouts/\_default/section.html
* /layouts/\_default/list.html
* /themes/`THEME`/layouts/section/`SECTION`.html
+* /themes/layouts/`SECTION`/list.html
* /themes/`THEME`/layouts/\_default/section.html
* /themes/`THEME`/layouts/\_default/list.html