diff --git a/_src/feed/index.xml b/_src/feed/index.xml
index 704687be..f344773c 100644
--- a/_src/feed/index.xml
+++ b/_src/feed/index.xml
@@ -27,6 +27,8 @@ layout: nil
{% if post.updated %}
{{ post.updated | date_to_xmlschema }}
+ {% else %}
+ {{ post.date | date_to_xmlschema }}
{% endif %}
{{ site.url }}{{ post.url | escape }}
@@ -38,9 +40,12 @@ layout: nil
{{ post.content | xml_escape }}
{% if post.layout == "link" %}
- <a class="more-link" href="{{ post.linkurl | escape }}">Go to source »</a> <br />
+ <a href="{{ post.linkurl | escape }}">Go to source »</a> <br />
<a href="{{ site.url }}{{ post.url | escape }}" title="Permalink for this post">∞</a>
{% endif %}
+
+ <hr />
+ You should <a href="https://twitter.com/kremalicious">follow me on Twitter.</a>
{% endfor %}