X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/28de6b028ff4a365bd802d4af9fcba76eb154c0e..a0ac63cb5281c536a4a317c83e099b9e51657418:/_plugins/readmes.rb diff --git a/_plugins/readmes.rb b/_plugins/readmes.rb index 6b8c80e..f702589 100644 --- a/_plugins/readmes.rb +++ b/_plugins/readmes.rb @@ -12,7 +12,7 @@ module Jekyll content = File.read(src, self.merged_file_read_opts({})).each_line.to_a - self.data['layout'] = 'default' + self.data['layout'] = 'page' self.data['title'] = content[0].match(/^#* ?(.*)\n$/)[1] slug = self.data['title'].match(/^([^:]*):.*$/) if slug @@ -23,7 +23,7 @@ module Jekyll end end - class CategoryPageGenerator < Generator + class ReadmePageGenerator < Generator safe true def generate(site)