Correct path in theme search order
authorKartik Singhal <kartiksinghal@gmail.com>
Sun, 23 Nov 2014 05:31:52 +0000 (11:01 +0530)
committerspf13 <steve.francia@gmail.com>
Mon, 24 Nov 2014 22:24:39 +0000 (17:24 -0500)
docs/content/templates/list.md

index d2b58c49cb905b6ce57782703c1716f43642d243..575c8b229ed0ac472c656076bded1441a68455e5 100644 (file)
@@ -41,7 +41,7 @@ A Section will be rendered at /`SECTION`/
 * /layouts/\_default/section.html
 * /layouts/\_default/list.html
 * /themes/`THEME`/layouts/section/`SECTION`.html
-* /themes/`THEME`/\_default/section.html
+* /themes/`THEME`/layouts/\_default/section.html
 * /themes/`THEME`/layouts/\_default/list.html
 
 
@@ -53,7 +53,7 @@ A Taxonomy will be rendered at /`PLURAL`/`TERM`/
 * /layouts/\_default/taxonomy.html
 * /layouts/\_default/list.html
 * /themes/`THEME`/layouts/taxonomy/`SINGULAR`.html
-* /themes/`THEME`/\_default/taxonomy.html
+* /themes/`THEME`/layouts/\_default/taxonomy.html
 * /themes/`THEME`/layouts/\_default/list.html
 
 ### Section RSS