From: Kartik Singhal Date: Sun, 23 Nov 2014 05:31:52 +0000 (+0530) Subject: Correct path in theme search order X-Git-Tag: v0.13~284 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9b850c4adb2602a453ec19162e48e080f89775be;p=brevno-suite%2Fhugo Correct path in theme search order --- diff --git a/docs/content/templates/list.md b/docs/content/templates/list.md index d2b58c49..575c8b22 100644 --- a/docs/content/templates/list.md +++ b/docs/content/templates/list.md @@ -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