diff --git a/feed.xml b/feed.xml deleted file mode 100644 index 7c9b99c..0000000 --- a/feed.xml +++ /dev/null @@ -1,25 +0,0 @@ ---- ---- - - - -{{ site.title | xml_escape }} - Articles -{% if site.description %}{{ site.description | xml_escape }}{% endif %} -{{ site.url }} -{% for post in site.posts %} -{% unless post.link %} - -{{ post.title | xml_escape }} -{% if post.excerpt %} -{{ post.excerpt | xml_escape }} -{% else %} -{{ post.content | xml_escape }} -{% endif %} -{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} -{{ site.url }}{{ post.url }} -{{ site.url }}{{ post.url }} - -{% endunless %} -{% endfor %} - - \ No newline at end of file