diff --git a/lib/jekyll/converters/mt.rb b/lib/jekyll/converters/mt.rb index e207760a..3b98b139 100644 --- a/lib/jekyll/converters/mt.rb +++ b/lib/jekyll/converters/mt.rb @@ -33,7 +33,7 @@ module Jekyll # Be sure to include the body and extended body. if more_content != nil - conent = content + " \n" + more_content + content = content + " \n" + more_content end # Ideally, this script would determine the post format (markdown, html