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

  • Evaluating twig variable in twig for loop · 10 years ago

    You don't need to nest twig tags: {% for post in page.find('/home').children if post.header.author_name == author %}

  • Evaluating twig variable in twig for loop · 10 years ago

    As a correction to the above, for the last statement, I meant assigning an explicit non-twig variable value there (e.g. that string)

  • Evaluating twig variable in twig for loop · 10 years ago

    Hi All! Am I missing something really simple when trying to refer to a set twig variable in my loop here?: "{% for post in page.find('/home').children if post.header.author_name =={{author}}}" {{autho

  • Add a private page to a one-page modular site · 10 years ago

    Hey, I have a one-page site based on the ceevee skeleton and I'd like to add an extra page to the menu that's password protected. I've installed the private plugin which I think will help, but I'm str

  • Editing YAML Front Matter from Admin Panel · 10 years ago

    Thank you so much for your prompt reply. :) This is exactly the kind of information I am looking for, as I am researching a way for writers (end users) to implement Grav for their website and blogging

  • Editing YAML Front Matter from Admin Panel · 10 years ago

    First, if you are developing a site, you should really do it locally, then push the final site to your 'live server'. This is a much more efficient way to develop. See my blog post on the subject Se

  • Editing YAML Front Matter from Admin Panel · 10 years ago

    I'm new to Grav, so I hope my question makes sense. As I am learning to construct pages for a site, I am unsure about whether I can construct new pages entirely from the Admin panel by assembling the

  • Error Upgrading to Grav 1.1.2 in admin panel · 10 years ago

    Problem understood: this install was on my local server, the error refers to the apparent inability to load news for the new News Feed box in the admin. Solved by going to user/plugins/admin/admin.yam

  • Error Upgrading to Grav 1.1.2 in admin panel · 10 years ago

    I had the same problem when upgrading one of my Grav installations last night (I also updated plugins at the same time). The install now seems to have worked but I get the following error whenever I l

  • Error Upgrading to Grav 1.1.2 in admin panel · 10 years ago

    Phew :)