diff --git a/_layouts/default.html b/_layouts/default.html
index 242e9cc..c9163a4 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -5,6 +5,7 @@
Jim Vallandingham
+
diff --git a/atom.xml b/atom.xml
index 92211db..cd9d323 100644
--- a/atom.xml
+++ b/atom.xml
@@ -5,10 +5,10 @@ layout: nil
Jim Vallandingham
-
-
+
+
{{ site.time | date_to_xmlschema }}
- http://vlandham.github.com/
+ http://vallandingham.me/
Jim Vallandingham
@@ -16,11 +16,11 @@ layout: nil
{% for post in site.posts %}
{{ post.title }}
-
+
{{ post.date | date_to_xmlschema }}
- http://vlandham.github.com{{ post.id }}
+ http://vallandingham.me{{ post.id }}
{{ post.content | xml_escape }}
{% endfor %}
-
\ No newline at end of file
+