lib/nanoc/data_sources/filesystem_unified.rb in nanoc-3.7.1 vs lib/nanoc/data_sources/filesystem_unified.rb in nanoc-3.7.2

- old
+ new

@@ -92,10 +92,10 @@ FileUtils.mkdir_p(parent_path) File.open(path, 'w') do |io| meta = attributes.stringify_keys_recursively unless meta == {} io.write(YAML.dump(meta).strip + "\n") - io.write("---\n\n") + io.write("---\n") end io.write(content) end end