diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 40ab8324f..00d44a5b0 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -4,16 +4,6 @@
{{ .Title }}
{{ with .Params.description }}{{ . | markdownify }}
{{ end }}
- {{ if .Params.categories }}
-
-
Categories:
-
- {{ range .Params.categories }}
- - {{ . }}
- {{ end }}
-
-
- {{ end }}
{{ .Content }}