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

  • Twig Help · 9 years ago

    In addition to all of Twig's default filters and functions, Grav's are listed here. Themes have an extended set, including orderBy, is that what you are applying, or is the order set through FrontMatt

  • Twig Help · 9 years ago

    I have so far failed to find any documentation on the twig functions and filters that appear to be custom in Grav. More specifically order() which I have found among the twig recipes, but can't succes

  • Adding custom media header file to page · 9 years ago

    Thanks a lot Ben, it seems someone else had a similar problem as me was thanking you there, but just like them your solution works marvelously. Though I do wonder if there is a more elegant way of not

  • Adding custom media header file to page · 9 years ago

    Glad I could help! Happy programming ;)

  • Adding custom media header file to page · 9 years ago

    It works.So nice of you.Thank you.

  • Adding custom media header file to page · 9 years ago

    Sorry, I was wrong before... your blueprint looks correct. The way to retrieve the values of the image is like: {% for key, item in page.header.custom.icon %} <img src="{{ url(item.path) }}" al

  • Adding custom media header file to page · 9 years ago

    Hi Ben thanks for the reply, I was afraid that the only way I could retrieve them was with hardcoded paths if it was done this way. As I am adding these as blog posts they will differ every time. Atta

  • Adding custom media header file to page · 9 years ago

    Hi, From looking at your screenshot, you would have to write this to retrieve the values: {{ page.header.custom.icon.user/pages/05.work/06.test/eastronlogo.png.nam e }} But I don't think that's what y

  • Adding custom media header file to page · 9 years ago

    Big fan of Grav, usually can figure out any problems but this one has me stuck. I added a custom blueprint for a singular image upload that will be referenced on a page. This is how it looks in the h

  • Using a set variable in an include for an if / else · 9 years ago

    Had a nights sleep and came away from it for a while and ended up resolving it myself after reading a post so wanted to post my findings of a novice and maybe it will help someone else out there. To s