From 02f8004aef398ce18d623368137dc0cbf26cd36f 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 --- content/templates/list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/templates/list.md b/content/templates/list.md index d2b58c49c..575c8b229 100644 --- a/content/templates/list.md +++ b/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