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

  • Challenging Link issue · 10 years ago

    The link worked fine for me both in and out of a table.

  • Challenging Link issue · 10 years ago

    I should add that I am inserting it into a table - not sure if that can have an influence: |Inhabilitet|Der er krav til almindelig habilitet, (blablabla).|Forvaltningsloven (FVL) Kap. 2, §§4-6 https:

  • Challenging Link issue · 10 years ago

    I have installed Grav to several sites, but I have come across an issue I can not seem to figure out. I am trying to link to https://www.retsinformation.dk/forms/r0710.aspx?id=161411#Kap2 using [Forva

  • Redirecting a page in the template · 10 years ago

    No worries, thanks :)

  • Redirecting a page in the template · 10 years ago

    Sorry, it should be wrapped in {{ ... }} but I noticed it's been added just 20 days ago, so it's not yet available in the stable release (https://github.com/getgrav/grav/commit/8e1454b3abf0c72c13951cb

  • Redirecting a page in the template · 10 years ago

    Hi Flaviocopes, I get an error with that tag in template: Unknown "redirect_me" tag in "redirect.html.twig" at line 1.

  • Redirecting a page in the template · 10 years ago

    Thank you!

  • Redirecting a page in the template · 10 years ago

    You can use {% redirect_me(page.header.redirect, 301) %}

  • Redirecting a page in the template · 10 years ago

    Is there some kind of redirect tag in Grav? E.g. something like: {% if page.header.redirect %} {{ redirect to="{page.header.redirect}" }} {% else %} show page {% endif % Or similar... thanks

  • `afterAdminSave` · 10 years ago

    thanks, created an issue.