mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-09 19:30:53 +00:00
Merge pull request #197 from mikl/atom-feed-generator
Add generator tag to Atom feed.
This commit is contained in:
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user