diff --git a/_layouts/post.html b/_layouts/post.html
index 1b156f41a..c81df2f7c 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -34,12 +34,6 @@
{%- if site.show_excerpts -%}
{{ post.excerpt }}
{%- endif -%}
- {%- if post.categories -%}
- {{ categories: post.categories }}
- {%- endif -%}
- {%- if post.tags -%}
- {{ tags: post.tags }}
- {%- endif -%}
{%- endfor -%}