From b42718f7d9aac88a3048c616193f81deff49e401 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 25 Jul 2013 18:19:52 -0700 Subject: First attempt with the new theme. --- index.rss | 53 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 31 insertions(+), 22 deletions(-) (limited to 'index.rss') diff --git a/index.rss b/index.rss index 8b81a2d..eae96e3 100644 --- a/index.rss +++ b/index.rss @@ -1,27 +1,36 @@ --- -layout: nil +layout: none --- - - - I'm a lumberjaph - - - {{ site.time | date_to_xmlschema }} - http://lumberjaph.net/ - - franck cuny - franck@lumberjaph.net - + +{{ site.title }} +Jekyll + + +{{ site.time | date_to_xmlschema }} +{{ site.url }}/ + + {{ site.owner.name }} + {{ site.url }}/ + {{ site.owner.email }} + +{% for post in site.posts limit:20 %} - {% for post in site.posts limit:10 %} - - {{ post.title }} - - {{ post.date | date_to_xmlschema }} - http://lumberjaph.net{{ post.id }} - {{ post.content | xml_escape }} - - {% endfor %} - + + <![CDATA[{{ post.title | cdata_escape }}]]> + + {{ site.url }}{{ post.id }} + {% if post.modified %}{{ post.modified | to_xmlschema }}T00:00:00-00:00 + {{ post.date | date_to_xmlschema }} + {% else %}{{ post.date | date_to_xmlschema }} + {{ post.date | date_to_xmlschema }}{% endif %} + + {{ site.owner.name }} + {{ site.url }} + {{ site.owner.email }} + + {{ post.content | xml_escape }} + <p><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a> was originally published by {{ site.owner.name }} at <a href="{{ site.url }}">{{ site.title }}</a> on {{ post.date | date: "%B %d, %Y" }}.</p> + +{% endfor %} \ No newline at end of file -- cgit v1.2.3