projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
upload script
[web.git]
/
_plugins
/
readmes.rb
diff --git
a/_plugins/readmes.rb
b/_plugins/readmes.rb
index 6b8c80e97616c3fabea86f700ffc2ce6269adbd3..f70258975415f5ad04b19f6e04aaf640373a5045 100644
(file)
--- 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
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
self.data['title'] = content[0].match(/^#* ?(.*)\n$/)[1]
slug = self.data['title'].match(/^([^:]*):.*$/)
if slug
@@
-23,7
+23,7
@@
module Jekyll
end
end
end
end
- class
Category
PageGenerator < Generator
+ class
Readme
PageGenerator < Generator
safe true
def generate(site)
safe true
def generate(site)