updated plugins to work with latest version of Liquid
This commit is contained in:
parent
2a55f35211
commit
e53b26ad30
3 changed files with 5 additions and 7 deletions
|
@ -79,7 +79,7 @@ module Jekyll
|
|||
|
||||
def render(context)
|
||||
output = super
|
||||
code = super.join
|
||||
code = super
|
||||
source = "<figure class='code'>"
|
||||
source += @caption if @caption
|
||||
if @filetype
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue