X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/db121b7e3203f2f573b91e6b42e2daa975d1f2c9..e386d61f986a4172da22737139211209f16d995d:/personal/_plugins/readmes.rb diff --git a/personal/_plugins/readmes.rb b/personal/_plugins/readmes.rb index 922d3a8..63df995 100644 --- a/personal/_plugins/readmes.rb +++ b/personal/_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