diff --git a/productivity.html b/productivity.html
index 0423090..9fd617c 100644
--- a/productivity.html
+++ b/productivity.html
@@ -9,46 +9,7 @@ permalink: /productivity/
{% if site.categories.productivity.size > 0 %}
- {% for post in site.categories.productivity %}
- -
-
-
- {% if post.image %}
-

- {% else %}
-

-
- {% endif %} {{ post.excerpt }}
-
-
-
+ {% for post in site.categories.productivity %}{% include post-list.html %}
{% endfor %}
{% else %}
diff --git a/projects.html b/projects.html
new file mode 100644
index 0000000..7a33931
--- /dev/null
+++ b/projects.html
@@ -0,0 +1,18 @@
+---
+layout: category
+category-name: projects
+permalink: /projects/
+---
+
+
Projects Posts
+
+
+ {% if site.categories.projects.size > 0 %}
+
+ {% for post in site.categories.projects %} {% include post-list.html %} {%
+ endfor %}
+
+ {% else %}
+
No posts to show.
+ {% endif %}
+
diff --git a/technology.html b/technology.html
index 7bb7d2b..852b345 100644
--- a/technology.html
+++ b/technology.html
@@ -9,47 +9,8 @@ permalink: /technology/
{% if site.categories.technology.size > 0 %}
- {% for post in site.categories.technology %}
- -
-
-
- {% if post.image %}
-

- {% else %}
-

-
- {% endif %} {{ post.excerpt }}
-
-
-
- {% endfor %}
+ {% for post in site.categories.technology %} {% include post-list.html %} {%
+ endfor %}
{% else %}
No posts to show.