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

  • Thumbnails in admin · 11 years ago

    Does uploading the same image with a lowercase extension work as expected?

  • Thumbnails in admin · 11 years ago

    Hi, If I upload an image to a page in the admin with an extension in capital letters (.JPG) there is no thumbnail image after I save the page. Does anyone know if this is linked to my server setup or

  • CSS & JS minify not working · 11 years ago

    I just replied to you on Gitter.im where you asked the same question. Make sure you enable CSS and JS Pipeline in the settings. That is what toggles the combining/compression/minification.

  • CSS & JS minify not working · 11 years ago

    Hi all, I'm new to grav, can anyone please help me out with a problem, I have a website with some 5-6 css & js. In grav I have turned on CSS & JS minify option but I can see my css is not mini

  • Post list from taxonomy not working · 11 years ago

    Macros are tricky, you have to pass everything to the macro or use global twig variables or they will not be able to access them.

  • Post list from taxonomy not working · 11 years ago

    As far as I can tell, there's something odd happening when I call the macro. So I just put the following in the code for the template and it runs fine. {% if header.micro_patterns.enabled %}

  • Post list from taxonomy not working · 11 years ago

    here's my front matter: title: Header taxonomy: category: [gui-design, patterns] tag: [Brand,PuppetEnterprise,ElapsedTime] twig_first: true process: twig: true body_classes: "pattern definitio

  • Post list from taxonomy not working · 11 years ago

    How are your taxonomies set in the .md-files?

  • Post list from taxonomy not working · 11 years ago

    This seemed to work for me, maybe you just forgot to add the single quotes around your terms? {{ debug(taxonomy.findTaxonomy({'category': ['patterns']})) }} ---

  • Post list from taxonomy not working · 11 years ago

    This is really killing me, but I can't figure out what's going on and any insight would be enormously appreciated. I'm trying to return a list of all posts in a category using: {% for post in taxonomy