mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-10-31 23:35:00 -04:00
removed faulty string join from code_block plugin
This commit is contained in:
parent
abd9e8f488
commit
ac71bc52ae
@ -78,8 +78,7 @@ module Jekyll
|
||||
end
|
||||
|
||||
def render(context)
|
||||
output = super
|
||||
code = super.join
|
||||
code = super
|
||||
source = "<figure class='code'>"
|
||||
source += @caption if @caption
|
||||
if @filetype
|
||||
|
Loading…
Reference in New Issue
Block a user