mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00: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:
@ -71,7 +71,7 @@ module Jekyll
|
||||
else
|
||||
"#{quote}<footer>#{author}</footer>"
|
||||
end
|
||||
"<blockquote>#{blockquote}</blockquote>"
|
||||
"<blockquote class='citation'>#{blockquote}</blockquote>"
|
||||
end
|
||||
|
||||
def paragraphize(input)
|
||||
|
||||
Reference in New Issue
Block a user