mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-14 13:25:28 -05:00
Merge pull request #197 from mikl/atom-feed-generator
Add generator tag to Atom feed.
This commit is contained in:
commit
30af4db1cb
@ -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…
Reference in New Issue
Block a user