projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
only show a post excerpt in the blog index
[web.git]
/
ralf
/
_plugins
/
readmes.rb
diff --git
a/ralf/_plugins/readmes.rb
b/ralf/_plugins/readmes.rb
index 4360d767b1a93f3589a7f78e451fdc7dc4e1f3d6..922d3a896566d0ff2441fc15e0f180b20d7011f1 100644
(file)
--- a/
ralf/_plugins/readmes.rb
+++ b/
ralf/_plugins/readmes.rb
@@
-28,6
+28,7
@@
module Jekyll
def generate(site)
readmes = site.config['readmes']
+ return if readmes.nil?
base = readmes['src_base']
dir = readmes['out_base']
idx = 0