Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Chase Cromwell Member

@ChaseCrom · Joined 7 years ago · 12 posts · 5 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • How to not show image in blog post listing · 7 years ago

    Basically what I think would work is some twig processing in blog-list-item.html.twig at the section of <div class="card-body"> {% if page.summary != page.content %} {{ page

  • How to not show image in blog post listing · 7 years ago

    I'm using the Gavtastic Blog skeleton, but I have a post which includes an image at the start of the content of the post. How do I configure the blog listing page to never show the images from the con