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

  • IF is not or is not - how it twig? · 10 years ago

    @kyodev does not work @OleVik your example will apply the condition for home page but it won't apply for domains

  • IF is not or is not - how it twig? · 10 years ago

    This works: {% if page.template != "home" or "domains" %} Not Home or Domains {% else %} Home or Domains {% endif %}

  • IF is not or is not - how it twig? · 10 years ago

    perhaps: {% if not ( page.template == 'home' ) or not ( page.template == 'domains' ) %} doc twig

  • IF is not or is not - how it twig? · 10 years ago

    So I want to display email newsletter box that will be displayed in footer unless the page template is home or domains. I am struggling to come up with correct syntax for it, this one does not work: {

  • Macro newbie question · 10 years ago

    thanks a lot for your answer+++++

  • Macro newbie question · 10 years ago

    First of all, consider using the Related Pages plugin already available. If that doesn't do what you want, then here's the general outline of what to do: Follow these instructions and inherit the th

  • Macro newbie question · 10 years ago

    hello, I have a huge site with more than 1500 pages. On each of them I wold like add a 'see also' section which lists all related pages, like ## See also <ul> {% for post in taxonomy.findTaxonom

  • Differences between Kirby and Grav? · 10 years ago

    I'm not here to start a war, but I can inform you that I started the same topic in the Kirby forum as well: https://forum.getkirby.com/t/differences-to-grav/3795

  • Differences between Kirby and Grav? · 10 years ago

    Grav feels much more thorough, too. In Kirby, the core features are basically built by a couple people; in Grav, they're built by many times that. As a consequence, Grav natively covers more usecases

  • Differences between Kirby and Grav? · 10 years ago

    I just want to add that there is widget support in Kirby as well https://getkirby.com/docs/panel/developers/widgets and a CLI https://github.com/getkirby/cli