projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
start honoring baseurl again; crazy hackery to get page-dependent computed (pre)titles
[web.git]
/
personal
/
_plugins
/
readmes.rb
diff --git
a/personal/_plugins/readmes.rb
b/personal/_plugins/readmes.rb
index f70258975415f5ad04b19f6e04aaf640373a5045..4360d767b1a93f3589a7f78e451fdc7dc4e1f3d6 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
content = File.read(src, self.merged_file_read_opts({})).each_line.to_a
- self.data['layout'] = '
page
'
+ self.data['layout'] = '
default
'
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