fixed error in pullquote plugin
This commit is contained in:
parent
967eeb46e8
commit
8e489ac2da
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module Jekyll
|
||||||
@quote = $1
|
@quote = $1
|
||||||
"<span class='has-pullquote' data-pullquote='#{@quote}'>#{output.join.gsub(/\{"\s*|\s*"\}/, '')}</span>"
|
"<span class='has-pullquote' data-pullquote='#{@quote}'>#{output.join.gsub(/\{"\s*|\s*"\}/, '')}</span>"
|
||||||
else
|
else
|
||||||
return "Surround your pullquote like this {! text to be quoted !}"
|
return "Surround your pullquote like this {\" text to be quoted \"}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue