diff --git a/src/config.toml b/src/config.toml
index 52da585..7099a58 100644
--- a/src/config.toml
+++ b/src/config.toml
@@ -18,3 +18,4 @@ title = 'Equitable Open-Source for Web3'
[taxonomies]
category = "categories"
+ tags = "tags"
diff --git a/src/layouts/_default/taxonomy/categories.html b/src/layouts/_default/taxonomy/categories.html
new file mode 100644
index 0000000..e3bb24c
--- /dev/null
+++ b/src/layouts/_default/taxonomy/categories.html
@@ -0,0 +1,8 @@
+
{{ .Page.Title }}
+
diff --git a/src/layouts/_default/taxonomyTerm.html b/src/layouts/_default/taxonomyTerm.html
deleted file mode 100644
index 7d2db5f..0000000
--- a/src/layouts/_default/taxonomyTerm.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-{{ partial "head.html" . }}
-
-{{ partial "navbar.html" . }}
-
-
-
{{ .Title }}
- {{ range .Pages }}
-
-
- {{ end }}
-
-
-
-
-
diff --git a/src/layouts/taxonomy/taxonomy.html b/src/layouts/taxonomy/taxonomy.html
deleted file mode 100644
index 6c6e799..0000000
--- a/src/layouts/taxonomy/taxonomy.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-{{ partial "head.html" . }}
-
-{{ partial "navbar.html" . }}
-
-
-
{{ .Title }}
-
- {{ range .Data.Terms.Alphabetical }}
- - {{ .Page.Title }} ({{ .Count }})
- {{ end }}
-
-
-
-
-
-