From 7b40ff39652bbc0a96fbbfde4696ae7e563e077d Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 16 Oct 2010 04:11:54 +0100 Subject: [PATCH] Adding a date to the post. --- bidon/mon-super-article.rst | 5 ----- python/writing-pelican.rst | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 bidon/mon-super-article.rst diff --git a/bidon/mon-super-article.rst b/bidon/mon-super-article.rst deleted file mode 100644 index d2fa932..0000000 --- a/bidon/mon-super-article.rst +++ /dev/null @@ -1,5 +0,0 @@ -Kikoo -##### - -blablablablabla - diff --git a/python/writing-pelican.rst b/python/writing-pelican.rst index 9e9506c..baa94f3 100644 --- a/python/writing-pelican.rst +++ b/python/writing-pelican.rst @@ -1,6 +1,8 @@ Pelican, a simple static blog generator in python ################################################# +:date: 2010-10-06 + Those days, I've wrote a little python application to fit my blogging needs. I'm an occasional blogger, a vim lover, I like restructured text and DVCSes, so I've made a little tool that makes good use of all that.