mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
updated plugins to work with latest version of Liquid
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user