diff --git a/content/content-management/archetypes.md b/content/content-management/archetypes.md
index 13fc80e9a..12d228798 100644
--- a/content/content-management/archetypes.md
+++ b/content/content-management/archetypes.md
@@ -14,7 +14,7 @@ aliases: []
notes:
---
-**Archetypes** are content `.md` files in the [archetypes directory][] of your project that contain pre-configured [front matter][] for your site's [content types][]. Archetypes facilitate consistent metadata in your website's content and allow content authors to quickly generate instances of a content type via the `hugo new` command.
+**Archetypes** are content files in the [archetypes directory][] of your project that contain pre-configured [front matter][] for your site's [content types][]. Archetypes facilitate consistent metadata in your website's content and allow content authors to quickly generate instances of a content type via the `hugo new` command.
Hugo's generator assumes your working directory is the content folder at the root of your project. Hugo is able to infer the appropriate archetype by assuming the content type from the content section passed to the CLI command:
diff --git a/themes/hugodocs/layouts/_default/sectionlist.html b/themes/hugodocs/layouts/_default/sectionlist.html
deleted file mode 100644
index f319bf97c..000000000
--- a/themes/hugodocs/layouts/_default/sectionlist.html
+++ /dev/null
@@ -1,2 +0,0 @@
-{{ define "main" }}
-{{ end }}
\ No newline at end of file
diff --git a/themes/hugodocs/layouts/_default/taxonomy.html b/themes/hugodocs/layouts/_default/taxonomy.html
index 9da11ef9a..caa23097d 100644
--- a/themes/hugodocs/layouts/_default/taxonomy.html
+++ b/themes/hugodocs/layouts/_default/taxonomy.html
@@ -1,5 +1,19 @@
{{ define "main" }}
-
+
+