Added a space between author and site to be sure it looked good in feed readers and places where the site CSS wasn't being loaded

This commit is contained in:
Brandon Mathis 2011-12-11 16:24:32 -06:00
parent d5a02a78f6
commit 4e0fec0e0f
1 changed files with 2 additions and 2 deletions

View File

@ -60,9 +60,9 @@ module Jekyll
source << '/&hellip;' unless source == @source
end
if !@source.nil?
cite = "<cite><a href='#{@source}'>#{(@title || source)}</a></cite>"
cite = " <cite><a href='#{@source}'>#{(@title || source)}</a></cite>"
elsif !@title.nil?
cite = "<cite>#{@title}</cite>"
cite = " <cite>#{@title}</cite>"
end
blockquote = if @by.nil?
quote