fixing typo in lib/jekyll/converters/mt.rb
This commit is contained in:
parent
e0e7bf10d1
commit
29313b046c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue