diff --git a/tag/cis-cod.md b/tag/cis-cod.md
index 41712f3..b7fb33a 100644
--- a/tag/cis-cod.md
+++ b/tag/cis-cod.md
@@ -11,9 +11,11 @@ layout: default
{% endfor %}
-
{{ tag }} Posts
+posts tagged with {{ tag }}
-{% for post in tagged_posts %}
- {{ post.title }}
-{% endfor %}
+
+ {% for post in tagged_posts %}
+ {% include post.html %}
+ {% endfor %}
+
diff --git a/tag/coordinates.md b/tag/coordinates.md
index 91489c9..ec63032 100644
--- a/tag/coordinates.md
+++ b/tag/coordinates.md
@@ -11,9 +11,11 @@ layout: default
{% endfor %}
-{{ tag }} Posts
+posts tagged with {{ tag }}
-{% for post in tagged_posts %}
- {{ post.title }}
-{% endfor %}
+
+ {% for post in tagged_posts %}
+ {% include post.html %}
+ {% endfor %}
+
diff --git a/tag/dsat.md b/tag/dsat.md
index bda37c1..9a9f548 100644
--- a/tag/dsat.md
+++ b/tag/dsat.md
@@ -11,9 +11,11 @@ layout: default
{% endfor %}
-{{ tag }} Posts
+posts tagged with {{ tag }}
-{% for post in tagged_posts %}
- {{ post.title }}
-{% endfor %}
+
+ {% for post in tagged_posts %}
+ {% include post.html %}
+ {% endfor %}
+
diff --git a/tag/tiles.md b/tag/tiles.md
index 70fa491..572b185 100644
--- a/tag/tiles.md
+++ b/tag/tiles.md
@@ -11,9 +11,11 @@ layout: default
{% endfor %}
-{{ tag }} Posts
+posts tagged with {{ tag }}
-{% for post in tagged_posts %}
- {{ post.title }}
-{% endfor %}
+
+ {% for post in tagged_posts %}
+ {% include post.html %}
+ {% endfor %}
+