I use Grav 15.10, with the Mediator 1.0.2 skeleton. On the home page, which is a masonry listing of blog posts, each post shows up with title, summary, and ‘read more’ link.
I would like the summary to end at 1000 characters or whenever the delimiter ‘===’ is used. I put those settings in my site.yaml file.
summary:
enabled: true
format: short
size: 1000
delimiter: ===
On each blog post, I typed ‘===’ between my summary and body (with line breaks before and after).
Yet, my settings don’t seem to have any effect. No matter what I choose, the summary is always truncated at 300 chars.
I simply don’t see any changes. No matter if I choose long or short, different char sizes, different delimiters, etc. I’ve cleared all cache more times than I can count.
Does anyone know what I’m doing wrong?

