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