From 51b32dc000fba3a8b350d4d4affe6776d6bc11db Mon Sep 17 00:00:00 2001 From: Samer Kanjo Date: Wed, 25 Apr 2018 12:27:04 -0500 Subject: [PATCH] Update archetypes.md The lookup path for themes was not correct. Added archetypes to the theme lookup path. --- content/content-management/archetypes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/content-management/archetypes.md b/content/content-management/archetypes.md index 902373d83..904ca8c31 100644 --- a/content/content-management/archetypes.md +++ b/content/content-management/archetypes.md @@ -32,8 +32,8 @@ The above will create a new content file in `content/posts/my-first-post.md` usi 1. `archetypes/posts.md` 2. `archetypes/default.md` -3. `themes/my-theme/posts.md` -4. `themes/my-theme/default.md` +3. `themes/my-theme/archetypes/posts.md` +4. `themes/my-theme/archetypes/default.md` The last two list items is only applicable if you use a theme and it uses the `my-theme` theme name as an example.