mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-05 17:05:06 -05:00
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:
parent
d5a02a78f6
commit
4e0fec0e0f
@ -60,9 +60,9 @@ module Jekyll
|
||||
source << '/…' 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
|
||||
|
Loading…
Reference in New Issue
Block a user