lib/octopress/draft.rb in octopress-3.0.0.rc.32 vs lib/octopress/draft.rb in octopress-3.0.0.rc.33

- old
+ new

@@ -33,10 +33,9 @@ @options['title'] = read_post_yaml('title') post_options = { 'title' => @options['title'], 'date' => @options['date'], - 'lang' => read_post_yaml('lang'), 'slug' => title_slug, 'content' => read_post_content, 'dir' => @options['dir'], 'type' => 'post from draft' }