Correct path in theme search order

This commit is contained in:
Kartik Singhal 2014-11-23 11:01:52 +05:30 committed by spf13
parent 9e15298952
commit 9b850c4adb

View 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