diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-10-03 15:26:49 -0700 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-10-03 15:26:49 -0700 |
commit | 30af4db1cb579aa37f66f44887789062c92d0531 (patch) | |
tree | 43c6a6397029e969b1495d45b231ea07025883a1 | |
parent | 2a69965e8194822b5de7e112b904672b47e155c1 (diff) | |
parent | f4a6bd2a68b155f912c936554a4f496c6afdd9c2 (diff) | |
download | my_new_personal_website-30af4db1cb579aa37f66f44887789062c92d0531.tar.xz my_new_personal_website-30af4db1cb579aa37f66f44887789062c92d0531.zip |
Merge pull request #197 from mikl/atom-feed-generator
Add generator tag to Atom feed.
Diffstat (limited to '')
-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> |