Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Amaury Hanser Member

@AmauryH · Joined 9 years ago · 83 posts · 4 topics · 19 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Modular page: link to next sibling · 9 years ago

    Sure: --- content: items: '@self.modular' order: by: default dir: asc custom: - _texte - _texte2 ---

  • Modular page: link to next sibling · 9 years ago

    Hello, In a submodular page, I try to get a link to the next submodular. Thanks to the documentation I could get to this code: {% if page.isLast(page.path) == false %} <a href="#{{ page.prevSi

  • Collection of modular children in a module > answer · 9 years ago

    Continuing the discussion from Create a collection of modular children in a module?: Hello, If what you want is to have a menu in your modular page with links to the different submodular page, it's p