diff --git a/_includes/tags.html b/_includes/tags.html
new file mode 100644
index 0000000..89529b4
--- /dev/null
+++ b/_includes/tags.html
@@ -0,0 +1,6 @@
+{% for tag in page.tags %}
+ {% if tag != 'home' %}
+ {% capture tag_name %}{{ tag }}{% endcapture %}
+
+ {% endif %}
+{% endfor %}
diff --git a/_layouts/post.html b/_layouts/post.html
index cf83781..f558d21 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -410,6 +410,8 @@
{{ tag }}
+ {% endif %}
+{% endfor %}
+{{ tag }}