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:
parent
2a69965e81
commit
f4a6bd2a68
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue