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

  • Skeleton Big Picture does not work · 10 years ago

    Hi, I do not know if it is a part of skeleton. I only downloaded and unzipped the skeleton.

  • Skeleton Big Picture does not work · 10 years ago

    hi @wildafrica, all that error is, as far as i can tell, is that the 404 error page isn't configured, I don't believe that the admin tools are part of that particular skeleton.

  • Skeleton Big Picture does not work · 10 years ago

    Hello, I would like to ask you. I downloaded it today. Frontend works but when I can login to admin it shows error Please can you help me? 2016-07-08 (3)

  • Case insensitive redirects · 10 years ago

    Try using the case insensitive modifier (not tested): redirects: (?i)\/page: /folder/page ---

  • Case insensitive redirects · 10 years ago

    Is there any way to make site.yaml redirects case insensitive? redirects: /page: /folder/page I want a user to be able to type in http://myurl.com/paGe and be redirected to http://myurl.com

  • Trying to have language suffix (en_EN) · 10 years ago

    Then you should use locale base language types in the system config. ie. en_EN rather than just en to define your english language.

  • Trying to have language suffix (en_EN) · 10 years ago

    I need to dynamically add locale to metadata og:locale i use $language = $page->language(); but only have the prefix (en), need to have en_EN Thanks for any tips

  • How to I loop through taxonomy using OR instead of AND in Twig? · 10 years ago

    Actually findTaxonomy takes an optional second param (and | or), defaults to and. {% for feature in taxonomy.findTaxonomy({'category':['News','Links'] }, 'or') %} ---

  • How to I loop through taxonomy using OR instead of AND in Twig? · 10 years ago

    Hi, simple question. {% for feature in taxonomy.findTaxonomy({'category':['News','Links'] })and.order('date', 'desc').slice(0, 4) %} The above Twig loops and find articles in my blog tagged with Ne

  • Include yaml front matter from external file · 10 years ago

    Actually don't think this is documented yet.. It has been added as part of Grav 1.1 development.