X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/032688e5cf147ccfc85c892eb9c34a4fae488a1f..3ff2a3432e47c6d7f4c17e1b9e5c93dc9e49f040:/personal/_plugins/readmes.rb?ds=sidebyside 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