mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-24 08:28:50 -05:00
Merge branch '2.1' into site-2.1
This commit is contained in:
commit
7231a702d8
@ -46,7 +46,7 @@ module Jekyll
|
||||
end
|
||||
|
||||
def render(context)
|
||||
quote = paragraphize(super.map(&:strip).join)
|
||||
quote = paragraphize(super)
|
||||
author = "<strong>#{@by.strip}</strong>" if @by
|
||||
if @source
|
||||
url = @source.match(/https?:\/\/(.+)/)[1].split('/')
|
||||
|
Loading…
Reference in New Issue
Block a user