diff options
author | Mikkel Hoegh <mikkel@hoegh.org> | 2011-10-04 00:24:16 +0200 |
---|---|---|
committer | Mikkel Hoegh <mikkel@hoegh.org> | 2011-10-04 00:24:16 +0200 |
commit | f4a6bd2a68b155f912c936554a4f496c6afdd9c2 (patch) | |
tree | 43c6a6397029e969b1495d45b231ea07025883a1 /.themes/classic/source | |
parent | 2a69965e8194822b5de7e112b904672b47e155c1 (diff) | |
download | my_new_personal_website-f4a6bd2a68b155f912c936554a4f496c6afdd9c2.tar.xz my_new_personal_website-f4a6bd2a68b155f912c936554a4f496c6afdd9c2.zip |
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.
Diffstat (limited to '.themes/classic/source')
-rw-r--r-- | .themes/classic/source/atom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.themes/classic/source/atom.xml b/.themes/classic/source/atom.xml index e92514b0..ff8d2591 100644 --- a/.themes/classic/source/atom.xml +++ b/.themes/classic/source/atom.xml @@ -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> |