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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • No Follow No Index · 11 years ago

    You can add robots: noindex,nofollow to a page header and then in the template base file, add: {% if header.robots %} <meta name="robots" content="{{ header.robots }}"> {% endif %}

  • No Follow No Index · 11 years ago

    HI all, Can we have option of no follow no index to be defined from site.yaml for the entire site or to be defined from .md per page??

  • Thumbnail is not working, · 11 years ago

    Documentation for all the media methods is here. You might want to look at cropZoom

  • Thumbnail is not working, · 11 years ago

    How to make all the cropped images same size, what if some images has different aspect ratio ?

  • Thumbnail is not working, · 11 years ago

    i thought page.media[portfolio.image].thumbnail('default').display('thumbnail').html('Sample Image') }} is sufficient to make a thumbnail, (didn't find any documentation) and thanks, i followed your s

  • Thumbnail is not working, · 11 years ago

    Also you don't actually need to provide a thumbnail, you can create one dynamically with the media functions: {{ page.media['my_original.jpg'].cropResize(100,100).html }}

  • Thumbnail is not working, · 11 years ago

    Did you provide a thumbnail file in the format: my_original.jpg.thumb.jpg assuming the regular image is called my_original.jpg ? Then you would access this via: {{ page.media['my_original.jpg'].thum

  • Thumbnail is not working, · 11 years ago

    Tried to create thumbnails for my gallery, pages/01.gallery, but i coudn't make it work, is there anything wrong with my code ? {% for portfolio in page.header.images %} <li> <a class="thumb"

  • Maximum Execution time · 11 years ago

    You need to change that in your php.ini file, it's not something you set within Grav

  • Maximum Execution time · 11 years ago

    How to change maximum maximum execution time , 30 secs to 1 minute.