parent
590dd6cf80
commit
82c219a2e7
|
@ -73,14 +73,12 @@ module Jekyll
|
||||||
render
|
render
|
||||||
cleanup
|
cleanup
|
||||||
write
|
write
|
||||||
print_stats
|
print_stats if config["profile"]
|
||||||
end
|
end
|
||||||
|
|
||||||
def print_stats
|
def print_stats
|
||||||
if @config["profile"]
|
|
||||||
puts @liquid_renderer.stats_table
|
puts @liquid_renderer.stats_table
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
# Reset Site details.
|
# Reset Site details.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue