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

  • Learn2 + a standalone search page · 11 years ago

    I guess the first question is are you starting with the RTFM skeleton? That has a very specific implementation of simplesearch. It uses a special javascript/ajax solution to get results back and filte

  • Learn2 + a standalone search page · 11 years ago

    Hi all, very new to web development but I've decided to use grav as my foundation for learning. :) Wondering if anyone can point me in the right direction for displaying a standalone search page in le

  • Land.io for GRAV released :) · 11 years ago

    To quote official article: Land.io is a responsive HTML template, with focus on simplicity, performance and usability. Built on top of Bootstrap 4, it was developed using Sass (new Bootstrap standard)

  • Help learn2 nav · 11 years ago

    in the sidebar partial (https://github.com/getgrav/grav-theme-learn2/blob/develop/templates/partials/sidebar.html.twig#L7-L21) you can add a conditional to this for loop (http://twig.sensiolabs.org/do

  • Help learn2 nav · 11 years ago

    all pages that i have, it will show at sidebar of learn2 theme, but i only want title of pages that i opening which will show at sidebar while others will hiden

  • Help learn2 nav · 11 years ago

    Maybe a little sketch would help to know exactly what you mean?

  • Help learn2 nav · 11 years ago

    I am using learn2 theme and i have many pages, but i only want see current open page and its child on nav. Can you help me?

  • Get the title of a module via twig · 11 years ago

    Ok

  • Get the title of a module via twig · 11 years ago

    @Sommerregen nope it was a refresh bug in my browser. So module.menu is right

  • Get the title of a module via twig · 11 years ago

    @muuvmuuv Does {{ module.title }} help you?