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

  • RuntimeException (400) Template "cardstack.html.twig" is not defined · 10 years ago

    I don't speak your language but because of the error message i think you simply has no cardstack.html.twig file in your theme templates but the page you're trying to access this template. I think crea

  • RuntimeException (400) Template "cardstack.html.twig" is not defined · 10 years ago

    Hola soy novato con el cms Grav, estoy probando algunas themes, pero en todas me aparece este error. Me podéis ayudar. Thanks

  • Folder hide in URL · 10 years ago

    You can remove the number from a folder i.e. footer instead of 01.footer and fetch the pages in Twig via {% set pages = pages.find('/footer') %}. Or you can explicitly set a slug or aliases.

  • Folder hide in URL · 10 years ago

    so then i gonna have example.com/some-section instead of example.com/footer/some-section

  • Folder hide in URL · 10 years ago

    Hi! Is it possible to hide certain folder (e.g. footer navigation placed in "footer" folder) in URL address? How?

  • Prev and Next links on subpages · 10 years ago

    Hi @lgftsa, you're welcome :-D ! You need to setup a parent collection page because otherwise Grav does not know how to order things. When Grav runs it looks for such collections, write them to a glob

  • Prev and Next links on subpages · 10 years ago

    Oh, forgot the most important bit: Thank you, your suggestion worked.

  • Prev and Next links on subpages · 10 years ago

    OK, I've made the parent a collection with it members being all it's children and that's made the sibling functions work. Why is this required? My pages are ordered, I went to some trouble to make sur

  • Prev and Next links on subpages · 10 years ago

    Typically the blog_item.html.twig of the antimatter theme give you all the details of how to add a "prev/next" navigation bar. In order to make it work, your page must belong to a page collection. Ple

  • Prev and Next links on subpages · 10 years ago

    Slight correction: xyz.url does not return the current page's URL, it returns nothing.