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

  • Antimatter theme , H1 · 10 years ago

    Currently the posts do not use an H1 tag. This is already tracked in https://github.com/getgrav/grav-theme-antimatter/issues/79

  • Antimatter theme , H1 · 10 years ago

    Hello! I thought that the content title is the h1 tag, but I don't have a h1 title at my frontend?

  • Twig Problem · 10 years ago

    As the error says, it's a permissions issue. The webserver can't write to the cache folder. check the docs on permissions troubleshooting

  • Twig Problem · 10 years ago

    Hello , i get this error notice : Twig_Error_Runtime An exception has been thrown during the rendering of a template ("The cache/gpm folder is not writable. Please check the folder permissions.") i

  • How to protect a page with password · 10 years ago

    Actually I would recommend using the grav-team provided: login plugin. It has support for page protection as well as user registration, password recovery etc. Docs here: https://github.com/getgrav/gr

  • How to protect a page with password · 10 years ago

    (y)

  • How to protect a page with password · 10 years ago

    You can use the private plugin: bin/gpm install private

  • How to protect a page with password · 10 years ago

    how to protect a page with password?

  • Access Childpage Index in Collection Loop · 10 years ago

    Yes, the loop.index is what I'm looking for, but my question in this context is how to pass the loop.index as a var to the modular template — does that make sense? So something like: {% for childpage

  • Access Childpage Index in Collection Loop · 10 years ago

    Is this what you are looking for? http://twig.sensiolabs.org/doc/tags/for.html#the-loop-variable