diff options
| author | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:34:37 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:34:37 -0700 |
| commit | 8069dc98ed72dd0f2a8552ed761369b834d078bb (patch) | |
| tree | 6c4fc8eb34e9231089c133fcec8c647f43656b7e /index.rss | |
| parent | use index.atom for our feed. (diff) | |
| download | lumberjaph-8069dc98ed72dd0f2a8552ed761369b834d078bb.tar.gz | |
Remove more files.
Diffstat (limited to 'index.rss')
| -rw-r--r-- | index.rss | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/index.rss b/index.rss deleted file mode 100644 index eae96e3..0000000 --- a/index.rss +++ /dev/null @@ -1,36 +0,0 @@ ---- -layout: none ---- -<?xml version="1.0" encoding="utf-8"?> -<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"> -<title type="text">{{ site.title }}</title> -<generator uri="https://github.com/mojombo/jekyll">Jekyll</generator> -<link rel="self" type="application/atom+xml" href="{{ site.url }}/feed.xml" /> -<link rel="alternate" type="text/html" href="{{ site.url }}" /> -<updated>{{ site.time | date_to_xmlschema }}</updated> -<id>{{ site.url }}/</id> -<author> - <name>{{ site.owner.name }}</name> - <uri>{{ site.url }}/</uri> - <email>{{ site.owner.email }}</email> -</author> -{% for post in site.posts limit:20 %} - -<entry> - <title type="html"><![CDATA[{{ post.title | cdata_escape }}]]></title> - <link rel="alternate" type="text/html" href="{{ site.url }}{{ post.url }}" /> - <id>{{ site.url }}{{ post.id }}</id> - {% if post.modified %}<updated>{{ post.modified | to_xmlschema }}T00:00:00-00:00</updated> - <published>{{ post.date | date_to_xmlschema }}</published> - {% else %}<published>{{ post.date | date_to_xmlschema }}</published> - <updated>{{ post.date | date_to_xmlschema }}</updated>{% endif %} - <author> - <name>{{ site.owner.name }}</name> - <uri>{{ site.url }}</uri> - <email>{{ site.owner.email }}</email> - </author> - <content type="html">{{ 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></content> -</entry> -{% endfor %} -</feed>
\ No newline at end of file |
