X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/2af997a3ebc742057551ac0de6e750fe728326eb..8c7e0c2c4636755acbb3e1927a87fbaa6df739d6:/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']