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

  • 301 Redirect for Blog Category · 10 years ago

    If you want to have a category in the url, why not just structure your folder structure with categories folder under blog/ folder?

  • 301 Redirect for Blog Category · 10 years ago

    I'm using the antimatter theme and currently my blog posts have urls like this: mydomain.com/blog/my-post but I would prefer they have the url mydomain.com/blog/category-of-post/my-post. I understand

  • Any way to modify the footer? · 10 years ago

    make sure you walk through the Basic Tutorial https://learn.getgrav.org/basics/basic-tutorial a few times.

  • Any way to modify the footer? · 10 years ago

    templates/partials/base.html.twig, line 74. Hint: you can find things easily by loading the folder in a text editor (Sublime Text for example) and searching a specific word.

  • Any way to modify the footer? · 10 years ago

    Hi, thanks for the reply. I'm using the standard Antimatter theme. I've looked through the user/themes/antimatter folder but haven't been able to find where I could modify that.

  • Any way to modify the footer? · 10 years ago

    Just edit it in the theme. Nothing special going on. I can't tell you exactly how to edit that, because it depends on the theme, and every theme is different.

  • Any way to modify the footer? · 10 years ago

    The footer that says Grav was with by RocketTheme.

  • Form Validation: Pattern · 10 years ago

    never mind ... found it in the admin docs...

  • Form Validation: Pattern · 10 years ago

    Is there any documentation how to create a validation pattern? For me, I have created a textfield that should only contain a number. so, I tried: validate: required: true pattern: [0-9] But the br

  • Style changess need cache-clearing to show · 10 years ago

    I see, Thanks!