Skip to content

Commit

Permalink
Use metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
gummesson committed Jul 15, 2015
1 parent 0be3c16 commit d49372b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ site.url }}</id>
<author>
<name>Ellen Gummesson</name>
<email>ellengummesson@gmail.com</email>
<name>{{ site.author.name }}</name>
<email>{{ site.author.email }}</email>
<uri>{{ site.author.uri }}</uri>
</author>
{% for post in site.posts limit:10 %}
<entry>
Expand Down

0 comments on commit d49372b

Please sign in to comment.