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 hide modular page from menu · 11 years ago

    yes i did. but the header.hidemenu thing is not working. it works only with module.menu != 'section2' for example

  • How To hide modular page from menu · 11 years ago

    Your code is all good. I do this kind of tricks all the time. This is sort of power of grav that you can put configuration values in the page header. Anyways, by providing onpage_menu: false I was ref

  • How To hide modular page from menu · 11 years ago

    i tried someting like: {% if header.hidemenu != true %} before the <li> and putted the "hidemenu: true to header"

  • How To hide modular page from menu · 11 years ago

    my very own :) i started from scratch to get knowledge

  • How To hide modular page from menu · 11 years ago

    what theme are you using ?

  • How To hide modular page from menu · 11 years ago

    mh this didn't work for me. my page structure is like this: 01.home modular.md _section1 section1.md _section2 section2.md .... section2 for instance should be not in menu. with the onpage_menu: false

  • How To hide modular page from menu · 11 years ago

    In your modular.md file you can set: onpage_menu: false That means modular pages from that collection won't be included in the menu.

  • How To hide modular page from menu · 11 years ago

    hi everybody, i try to setup a modular page. is there a way to append a section to another section (folder _section1 and inside _section1a and _section1b) or hide this section from being displayed in

  • We need a simple WYSIWYG editor.rally · 11 years ago

    Anyway,great work on this thingy.Will be looking forward to the full release.

  • We need a simple WYSIWYG editor.rally · 11 years ago

    You can still use HTML instead of markdown, just turn off the markdown processing and HTML will work fine. I really believe that for most people, markdown is a better solution. Sure it is limited, b