shithub: hugo

Download patch

ref: f4779b25bc55a3b6693e9e3cbe6b2444fbf4e61b
parent: 8203fc59234610d53dacafc23502edf4ec8c329b
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Thu Mar 2 05:07:42 EST 2017

docs: Add new section list lookup alternative

Updates #3116

--- a/docs/content/templates/list.md
+++ b/docs/content/templates/list.md
@@ -40,9 +40,11 @@
 A Section will be rendered at /`SECTION`/ (e.g.&nbsp;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