I need to hide the summary content (everything before the === delimiter) when viewing a full article in Grav CMS. I only want to display the main content that comes after ===. What’s the correct way to implement this?
I have just tested the recipe on my own installation and it works perfectly. Several things can happen here…
On the Blog page, where the entries are listed, a summary can be displayed even if it is not defined in your markdown file.
The code in blog-item.html.twig may be wrapped in a block that another file overwrites.
One other thing that escapes me
I would make sure you have created the summary in the .md file and review the templates that are involved in the view. Surely the error must be in there!