diff --git a/jekyll-export.php b/jekyll-export.php index f94baa3f..ac2c6127 100644 --- a/jekyll-export.php +++ b/jekyll-export.php @@ -191,7 +191,7 @@ function convert_posts() { } // Jekyll doesn't like word-wrapped permalinks - $output = Spyc::YAMLDump( $meta, false, 80 ); + $output = Spyc::YAMLDump( $meta, false, 0 ); $output .= "---\n"; $output .= $this->convert_content( $post );