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

  • Find and print categories in twig file · 11 years ago

    You mean if you had a page with frontmatter like: title: My Page 1 taxonomy: category: ['Term 1'] and another page with: title: My Page 2 taxonomy: category: ['Term 2'] This Twig template could

  • Find and print categories in twig file · 11 years ago

    I have edited the default home page (/user/pages/01.home) and changed the page file into "Modular". Under the home page, I've created a new modular page called "Categories" (/user/pages/01.home/_categ

  • Default slug/url format · 11 years ago

    So I saw the append_url_extension options, but it doesn't works if I want to append a final / on some urls, how to append trailing / ?

  • Default slug/url format · 11 years ago

    How to customize default slug / url format. for example, insteand of /home I want it to be /home.html or /home/ with a trailing slash. How to customize it without having to create slug variable manual

  • Grav is not able to embed links to files in sub folders in raw html · 11 years ago

    I am in a page directory and want to embed a link inside the .md file. I have to use raw html inside the markdown. Now I want to add a simple link to a file inside the directory. e.g.: 02.Download

  • Admin panel can not run on PHP built-in webserver anymore · 11 years ago

    It never could run with the built-in webserver. There was a note on the learn site that admin, pagination, search and many other plugins would not work with it. It 'sorta' worked but many things were

  • Admin panel can not run on PHP built-in webserver anymore · 11 years ago

    The current version of the admin panel can not run on the PHP built-in webserver anymore. Does someone know why?

  • Pinch to zoom · 11 years ago

    Ok great, thanks guys. I modified with maximum-scale=5.0 and user-scalable=yes. Seems to operate nicely now. Thank you.

  • Pinch to zoom · 11 years ago

    Specifically in Antimatter's templates/partials/base.html.twig for example: <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable

  • Pinch to zoom · 11 years ago

    This is not a Grav thing, but rather something that the theme decides. I assume you are using Antimatter, which has this line https://github.com/getgrav/grav-theme-antimatter/blob/develop/templates/pa