Merge pull request #197 from mikl/atom-feed-generator
Add generator tag to Atom feed.
This commit is contained in:
commit
30af4db1cb
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ layout: nil
|
||||||
<email>{{ site.email | xml_escape }}</email>
|
<email>{{ site.email | xml_escape }}</email>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</author>
|
</author>
|
||||||
|
<generator uri="http://octopress.org/">Octopress</generator>
|
||||||
|
|
||||||
{% for post in site.posts limit: 20 %}
|
{% for post in site.posts limit: 20 %}
|
||||||
<entry>
|
<entry>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue