From 9b850c4adb2602a453ec19162e48e080f89775be Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Sun, 23 Nov 2014 11:01:52 +0530 Subject: [PATCH] Correct path in theme search order --- docs/content/templates/list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/templates/list.md b/docs/content/templates/list.md index d2b58c49c..575c8b229 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