projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix research page
[web.git]
/
personal
/
_plugins
/
readmes.rb
diff --git
a/personal/_plugins/readmes.rb
b/personal/_plugins/readmes.rb
index 922d3a896566d0ff2441fc15e0f180b20d7011f1..63df995ef9afd17a431ee2295d39baa5decb6d96 100644
(file)
--- 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