I'm having trouble getting navigation links to get class="active" applied when I think it should be.
My blog page is at "home", www.grav.dev in my case. When I'm on www.grav.dev my blog menu item doesn't get the active class applied.
In my system.yaml I have
home:
alias: '/blog'
And in blog.md I have
title: Blog
blog_url: blog
What have I missed?