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

main
Brandon Mathis 14 years ago
parent d5a02a78f6
commit 4e0fec0e0f

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

Loading…
Cancel
Save