X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/2af997a3ebc742057551ac0de6e750fe728326eb..fdf7c13fd8bdb7cc5de57e9a009d8d5bb2d1d2ab:/ralf/_plugins/readmes.rb diff --git a/ralf/_plugins/readmes.rb b/ralf/_plugins/readmes.rb index 63df995..7767be7 100644 --- a/ralf/_plugins/readmes.rb +++ b/ralf/_plugins/readmes.rb @@ -27,6 +27,7 @@ module Jekyll safe true def generate(site) + # Go through all READMEs, and add them as pages readmes = site.config['readmes'] return if readmes.nil? base = readmes['src_base']