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.

Marco Cevoli Member

@marcocevoli · Joined 8 years ago · 85 posts · 25 topics · 15 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Related items not grouped in Sitemap plugin · 5 years ago

    Hi, I've opened the following message as a bug ticket on https://github.com/getgrav/grav-plugin-sitemap/issues/92, but I don't know if the plugin author is still actively maintaining the Sitemap plugi

  • Clarification about image caching · 5 years ago

    And the compression uses whatever PHP compression method is used by Grav, which often times results in files larger than the original. I have a 25k image in the item folder that becomes 72k...

  • Clarification about image caching · 5 years ago

    Well, then the documentation needs a review, because it states the opposite:

  • Clarification about image caching · 5 years ago

    Hi, I don't understand how image caching works in Grav. We usually upload a few images for each blog post, including a cover image. We don't use image actions on them, just the occasional lightbox an

  • Deliver additional webp images · 5 years ago

    Awesome! What would the best strategy be if you want to serve webp images only to browsers that support that format? I've found this code for HTML on https://css-tricks.com/using-webp-images/ <pic

  • Deliver additional webp images · 5 years ago

    I'm re-opening this old thread because I thought Grav v 1.7 had webp support, but I can't make it show webp images on my site, even though our Apache server supports them and I have added the entry in

  • Tiny SEO plugin discontinued? · 6 years ago

    Hi guys, does anyone know if the Tiny SEO plugin has been discontinued? It's no longer on Github, so I suppose so. Any good alternatives?

  • Add readingtime to each blog item in blog list · 6 years ago

    Yes, we crosspost. 🙂

  • Add readingtime to each blog item in blog list · 6 years ago

    That was the page before I put the snippet. BTW, by trial and error, I've found out that the correct snippet indeed is: {{ child.content|readingtime }} This way it works. Thanks, Marco

  • Add readingtime to each blog item in blog list · 6 years ago

    That's what I did. Actually, I have the list created inside a blog template, such as: <section> <div class="container"> <div class="row"> {% for child in collec