diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html
index 4689fa0..ca6991a 100644
--- a/layouts/taxonomy/list.html
+++ b/layouts/taxonomy/list.html
@@ -1,15 +1,21 @@
{{ define "main" }}
-
- {{ if eq .Data.Singular "tag" }}
- {{ partial "icon.html" "tag" }}
- {{ else if eq .Data.Singular "category" }}
- {{ partial "icon.html" "folder" }}
- {{ else }}
- {{ partial "icon.html" "filter" }}
- {{ end }}
+
+
+ {{ if eq .Data.Singular "tag" }}
+ {{ partial "icon.html" "tag" }}
+ {{ else if eq .Data.Singular "category" }}
+ {{ partial "icon.html" "folder" }}
+ {{ else }}
+ {{ partial "icon.html" "filter" }}
+ {{ end }}
- {{ .Title | markdownify }}
-
+ {{ .Title | markdownify }}
+
+
+
+ {{ with .Content }}
+ {{ . }}
+ {{ end }}
{{ with .Data.Terms.Alphabetical }}