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:
- Use exampleSite/config.toml as base
- Create a post with summary
- View homepage - see
[] instead of "Read more"


Fix: Move readMore from [languages.en] to [params] section