Added wordpress converter
This commit is contained in:
parent
3e42982201
commit
6a3680c60b
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue