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