diff --git a/feed.xml b/feed.xml index d1db814..639021c 100644 --- a/feed.xml +++ b/feed.xml @@ -7,7 +7,7 @@ title : To Setto Setto RSS Feed {{ site.title | xml_escape }} - + {{ site.url }} {{ site.description | xml_escape }} {{ site.time | date_to_rfc822 }} @@ -31,11 +31,10 @@ title : To Setto Setto RSS Feed Hi-Lights {% assign author_id = post.author | prepend: "/authors/" | append: "/" %} {% assign author = site.authors | where: "url", author_id | first %} - {{ author.name }} {{ author.email }} ({{ author.name }}) {{ post.date | date_to_rfc822 }} - {{ post.title | xml_escape }} + {{ post.title | xml_escape }} {% endfor %}