mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
fixing typo in lib/jekyll/converters/mt.rb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user