Skip to content

Commit

Permalink
messing with feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim V committed Sep 23, 2011
1 parent 8582df8 commit bdbd5a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Jim Vallandingham</title>
<link href="http://feeds.feedburner.com/jim-vallandingham" rel="alternate" title="Jim Vallandingham" type="application/atom+xml" />
<!-- Framework CSS -->
<link rel="stylesheet" href="/css/blueprint/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print">
Expand Down
12 changes: 6 additions & 6 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ layout: nil
<feed xmlns="http://www.w3.org/2005/Atom">

<title>Jim Vallandingham</title>
<link href="http://vlandham.github.com/atom.xml" rel="self"/>
<link href="http://vlandham.github.com/"/>
<link href="http://vallandingham.me/atom.xml" rel="self"/>
<link href="http://vallandingham.me/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>http://vlandham.github.com/</id>
<id>http://vallandingham.me/</id>
<author>
<name>Jim Vallandingham</name>
</author>

{% for post in site.posts %}
<entry>
<title>{{ post.title }}</title>
<link href="http://vlandham.github.com{{ post.url }}"/>
<link href="http://vallandingham.me{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>http://vlandham.github.com{{ post.id }}</id>
<id>http://vallandingham.me{{ post.id }}</id>
<content type="html">{{ post.content | xml_escape }}</content>
</entry>
{% endfor %}

</feed>
</feed>

0 comments on commit bdbd5a4

Please sign in to comment.