|
1 | 1 | --- |
2 | 2 | layout: null |
3 | 3 | --- |
4 | | -<?xml version="1.0" encoding="utf-8"?> |
| 4 | +<?xml version="1.0" encoding="UTF-8"?> |
5 | 5 | <feedxmlns="http://www.w3.org/2005/Atom"xml:lang="en"> |
6 | 6 | <titletype="text">{{ site.title }}</title> |
7 | 7 | <generatoruri="https://github.com/mojombo/jekyll">Jekyll</generator> |
@@ -29,8 +29,10 @@ layout: null |
29 | 29 | <uri>{{ site.url }}</uri> |
30 | 30 | <email>{{ site.owner.email }}</email> |
31 | 31 | </author> |
32 | | - <contenttype="html">{{ post.content | xml_escape }} |
33 | | -<p><a href="{{ site.url }}{{ post.url }}">{{ post.title | xml_escape }}</a> was originally published by {{ site.owner.name }} at<a href="{{ site.url }}">{{ site.title }}</a> on {{ post.date | date: "%B %d, %Y" }}.</p></content> |
| 32 | + <contenttype="html"> |
| 33 | + {{ post.content | xml_escape }} |
| 34 | + {% include feed-footer.html %} |
| 35 | + </content> |
34 | 36 | </entry> |
35 | 37 | {% endfor %} |
36 | 38 | </feed> |