lib/kontent-jekyll/generator.rb in kontent-jekyll-0.11.2 vs lib/kontent-jekyll/generator.rb in kontent-jekyll-0.12.0

- old
+ new

@@ -9,9 +9,10 @@ # particular Jekyll structures so the website is correctly outputted # during the build process. class ContentGenerator < Jekyll::Generator include SiteProcessing + DEFAULT_LANGUAGE = nil safe true priority :highest \ No newline at end of file