parent
6f2a2915f1
commit
68315cea8a
|
@ -90,7 +90,7 @@ module Jekyll
|
|||
#
|
||||
# Returns the output extension
|
||||
def output_ext
|
||||
Jekyll::Renderer.new(site, self).output_ext
|
||||
@output_ext ||= Jekyll::Renderer.new(site, self).output_ext
|
||||
end
|
||||
|
||||
# The base filename of the document, without the file extname.
|
||||
|
|
Loading…
Reference in New Issue