mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Add generator tag to Atom feed.
generator is an optional element, but let's give credit where it's due. Besides, it can be helpful to feed consumers to know what tool generated the file.
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user