Added wordpress converter

This commit is contained in:
Mark Reid 2008-12-23 23:57:27 +11:00 committed by mreid
parent 3e42982201
commit 6a3680c60b
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ module Jekyll
slug = post[:post_name]
date = post[:post_date]
content = post[:post_content]
name = "%02d-%02d-%02d-%s.markdown" % [date.year, date.month, date.day,
slug]