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

  • Grav website template different from standard antimatter · 12 years ago

    The font fading effect in the header image is rather nice. Do you mind sharing the necessary changes with us?

  • Pagination on category: pages? · 12 years ago

    OK, I've got it now. It needed the {{ pagination.params }} part as shown in the current pagination plugin's template file.

  • Pagination on category: pages? · 12 years ago

    Actually, my mistake.. that is the wrong code i pasted.. should of been: {% block pagination %} {% if collection.params.pagination %} {% include 'pagination.html.twig' with {'pagin

  • Pagination on category: pages? · 12 years ago

    bin/gpm update says I don't need to update pagination. But my pagination.html.twig looks like it's going to need an overhaul. My previous and next code is wrong (old). Is this still right for the page

  • Pagination on category: pages? · 12 years ago

    Is your pagination plugin up to date? That was a problem a long time ago, but has been fixed for a while. Also ensure your pagination twig looks correct too: <p class="prev-next"> {% if not pa

  • Pagination on category: pages? · 12 years ago

    When I first hit a page like http://192.168.33.10/tag:grav I get pagination that makes sense. In this case, two pages. But when I click on a pagination arrow or page number, I end up at a page like ht

  • 404 Error Handler? · 12 years ago

    It is documented although admittedly not much detail :)

  • 404 Error Handler? · 12 years ago

    I saw http_response_code but wasn't sure what it did. Now I know!

  • 404 Error Handler? · 12 years ago

    Well, not really because you can use it for custom codes, by setting a http_response_code value in the page.

  • 404 Error Handler? · 12 years ago

    OK, some maybe it should just be 404.html.twig and 404.md?