Description: - Template expects `{{ $.Site.Params.ReadMore }}` (main params section) - Example config has `readMore = "Read more"` under `[languages.en]` - Results in empty brackets `[]` instead of "Read more" text - Affects all list/index templates (index.html, list.html, term.html) Steps to reproduce: 1. Use exampleSite/config.toml as base 2. Create a post with summary 3. View homepage - see `[]` instead of "Read more"   Fix: Move `readMore` from `[languages.en]` to `[params]` section