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

  • Page.active Not True? · 12 years ago

    OK, it's working. And it seems as if it was a caching problem somewhere. I disabled Grav's caching for my development environment like this: cache: enabled: false twig: cache: false And I cleared

  • Page.active Not True? · 12 years ago

    Sorry removed my reply. I debugged this and had no problems. I think this could be your cache issue again. While working in development you might just want to turn caching off. Try clearing cache and

  • Page.active Not True? · 12 years ago

    I'm using the check logic from the antimatter theme: {% set current_page = (page.active or page.activeChild) ? 'active' : '' %} <li class="{{ current_page }}"> <a href="{{ page.url }}">

  • Page.active Not True? · 12 years ago

    I'm having trouble getting navigation links to get class="active" applied when I think it should be. My blog page is at "home", www.grav.dev in my case. When I'm on www.grav.dev my blog menu item does

  • Works with Dart? www.dartlang.org? · 12 years ago

    Never been looked at so has not been tested. I suggest someone who has some experience with Dart take a look. Too many other things on my plate at the moment.

  • Works with Dart? www.dartlang.org? · 12 years ago

    Works with Dart? www.dartlang.org?

  • Pagination Plugin Docs? · 12 years ago

    There are no docs as yet, For functionality you can look at the available methods of the user/plugins/pagination/classes/paginationhelper.php. This is the itertator class that has the helper methods.

  • Pagination Plugin Docs? · 12 years ago

    OK so pagination|length returns the number of pages in the collection. Are there other variables to know about?

  • Pagination Plugin Docs? · 12 years ago

    Are there any docs for the pagination plugin that comes with the blog skeleton? I didn't see a header file in the pagination folder. I'm looking in particular for the variables available besides .preU

  • Multiple markdown files within a folder · 12 years ago

    Thanks so much for the quick response. That definitely helps.