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

  • Italics Not Rendering · 10 years ago

    Here's an odd one ... I'm using the Learn2 theme, but all italics on the site do not render (translate from Markdown into HTML). Suggestions?

  • Learn · 10 years ago

    The logo is actually an SVG, and you can replace it by changing the SVG tag, or even putting in a regular <img> tag here: https://github.com/getgrav/grav-theme-learn2/blob/develop/templates/part

  • Learn · 10 years ago

    how to change the theme logo learn?

  • Passing a variable to html · 10 years ago

    worked like a charm. i thought i had to manually insert the commas. But it seems Grav sees a string, and takes care of them. thanks!!

  • Passing a variable to html · 10 years ago

    You already opened the Twig parentheses, so simply use {{ page.media.images[job.image] .resize(300, 300) .quality(85) .html(job.text) }}

  • Passing a variable to html · 10 years ago

    Hello. How can i pass a variable to a value, thats between comas? that is: {{ page.media.images[job.image].resize(300, 300).quality(85).html("{{ job.text }}") }} i know job.text is valid, because <

  • SCSS theme inheritance · 10 years ago

    Well, at least to some degree it is currently implemented and documented... But it clearly breaks down for high-level variables, where SCSS apparently accepts only the first instance. I had a bit of t

  • SCSS theme inheritance · 10 years ago

    I never tried actually but I don't think inheritance works at the SCSS level - you need to either copy over the whole SCSS structure, or make your own CSS overrides and load your resulting CSS file.

  • SCSS theme inheritance · 10 years ago

    After hearing lots of good things about Grav, I'm trying to migrate my site over from a GetSimple setup. Mostly going well so far, but I'm struggling a bit with theming. As per the documentation, I've

  • Pop-up Markdown · 10 years ago

    I give myself the permission to doubld post.