mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-04 08:25:07 -05:00
Added class='citation' to blockquotes generated by the blockquote plugin to differentiate their style from the style of an html or markdown blockquote.
This commit is contained in:
parent
490b2593ec
commit
f6fb11a375
@ -71,7 +71,7 @@ module Jekyll
|
|||||||
else
|
else
|
||||||
"#{quote}<footer>#{author}</footer>"
|
"#{quote}<footer>#{author}</footer>"
|
||||||
end
|
end
|
||||||
"<blockquote>#{blockquote}</blockquote>"
|
"<blockquote class='citation'>#{blockquote}</blockquote>"
|
||||||
end
|
end
|
||||||
|
|
||||||
def paragraphize(input)
|
def paragraphize(input)
|
||||||
|
Loading…
Reference in New Issue
Block a user