From f4a6bd2a68b155f912c936554a4f496c6afdd9c2 Mon Sep 17 00:00:00 2001 From: Mikkel Hoegh Date: Tue, 4 Oct 2011 00:24:16 +0200 Subject: [PATCH] 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. --- .themes/classic/source/atom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.themes/classic/source/atom.xml b/.themes/classic/source/atom.xml index e92514b..ff8d259 100644 --- a/.themes/classic/source/atom.xml +++ b/.themes/classic/source/atom.xml @@ -15,6 +15,7 @@ layout: nil {{ site.email | xml_escape }} {% endif %} + Octopress {% for post in site.posts limit: 20 %}