As far as I can tell, there's a navigation variable is_external
to differentiate external links from internal ones. Ironically it was me adding this part to the docs and now I'm not even sure if that was correct.
I think it once behaved as I thought it should, yet now I have a navigation with two external links, yet is_external
is true for each and every link:
So my question is twofold:
- is my assumption about is_external wrong, or
- am I doing something wrong to make it always true
Thanks Daniel