From 5110d6e78c39306d73679781716712a1312aa238 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 7 Mar 2014 19:15:03 +0100 Subject: [PATCH] tweak feed article content --- _src/feed/index.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 &#187;</a> <br /> + <a href="{{ post.linkurl | escape }}">Go to source &#187;</a> <br /> <a href="{{ site.url }}{{ post.url | escape }}" title="Permalink for this post">&#8734;</a> {% endif %} + + <hr /> + You should <a href="https://twitter.com/kremalicious">follow me on Twitter.</a> {% endfor %}