diff --git a/source/blog/tag.xml b/source/blog/tag.xml
index aa8932fe..51900a30 100644
--- a/source/blog/tag.xml
+++ b/source/blog/tag.xml
@@ -1,27 +1,19 @@
---
generator: [posts_tag_index]
---
-
-
-
-
-
- {{ site.calculated_date | date('c') }}
- {{ site.url }}/
- {% if site.author or site.email %}
-
- {% if site.author %}{% endif %}
- {% if site.email %}{% endif %}
-
- {% endif %}
- Sculpin
- {% for post in page.tag_posts|slice(0, 10) %}
-
-
-
- {{ post.date|date('c') }}
- {{ site.url }}{{ post.url }}
-
-
- {% endfor %}
-
+
+
+
+ {{ site.title }}
+ {{ site.url }}
+ {% if site.description %}{{ site.description|raw }}{% endif %}
+ {% for post in page.tag_posts|slice(0, 10) %}
+ -
+ {{ post.title }}
+ {{ site.url }}{{ post.url }}
+ {{ post.date|date('r') }}
+ {% if post.description %}{{ post.description|raw }}{% endif %}
+
+ {% endfor %}
+
+
\ No newline at end of file