diff --git a/_layouts/category.html b/_layouts/category.html
new file mode 100644
index 0000000000..a4761a1183
--- /dev/null
+++ b/_layouts/category.html
@@ -0,0 +1,13 @@
+---
+layout: default
+---
+
+{% for post in site.posts %}
+ {% if post.categories contains page.category %}
+
+
+
{{ post.title }}
+
+
+ {% endif %}
+{% endfor %}