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

  • How to do 'if siblings' then · 10 years ago

    Never used it but I think you can use isLast https://learn.getgrav.org/themes/theme-vars#islast {% if page.isLast %}

  • How to do 'if siblings' then · 10 years ago

    I want to show something in my template if sibling pages exist... I know how to do it for children: {% if page.children.count() > 0 %} But can't work out how for siblings... any ideas? I would have

  • Image collage · 10 years ago

    Class diagram syntax --> what is this? images_collage(images: ImageMedium[], column: int, borderSize: int, width: int): ImageMedium

  • Image collage · 10 years ago

    Did you read the README file yet? https://github.com/petrgrishin/grav-plugin-image-collage

  • Image collage · 10 years ago

    how to use ( Grav Image Collage Plugin ) for post and page....??

  • Text overlaying _showcase · 10 years ago

    Never mind. Forgot header: was the tag.

  • Text overlaying _showcase · 10 years ago

    Hi. I'm trying to get some header text to overlay the _showcase image, for example: https://demo.getgrav.org/onepage-skeleton/ Any idea how go about doing this? My website is: http://www.thecabinetsho

  • .dependencies file in skeletons · 10 years ago

    They are functionally important, as they are necessary for installation of skeletons with proper dependent plugins, themes, or vendor libraries. Take for example the Blog Skeleton: Plugins and themes

  • .dependencies file in skeletons · 10 years ago

    With skeletons is the .dependencies file just for reference, or is it of functional importance -- i.e. is it necessary for the site to run?

  • Landio multi language · 10 years ago

    I finaly found that: Site.yaml must be header: title: SITE_HEADER_TITLE fr.yaml must be SITE_HEADER_TITLE: 'my translated text' and header.hml.twig <h1 class="display-3">{{ site.header.title|t }