We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408bc94 commit e067ea0Copy full SHA for e067ea0
_tasks/import.rb
@@ -59,7 +59,7 @@
59
file.puts(
60
'---',
61
"layout: #{LAYOUTS[layout]}",
62
- "title: #{title.dump}",
+ "title: #{title.inspect}",
63
"lang: #{lang}",
64
65
''
0 commit comments