Merge pull request #197 from mikl/atom-feed-generator

Add generator tag to Atom feed.
This commit is contained in:
Brandon Mathis 2011-10-03 15:26:49 -07:00
commit 30af4db1cb
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ layout: nil
<email>{{ site.email | xml_escape }}</email>
{% endif %}
</author>
<generator uri="http://octopress.org/">Octopress</generator>
{% for post in site.posts limit: 20 %}
<entry>