Href in navigation

Hi Kirby-Friends… back at it…

I am using the regular foreach loop to echo out all the pages as well as the subpages.
Working fine so far.

I only have to echo out a link to another URL for the site, nothing within Kirby. Just as http:// etc.
Do I have to set up a Page within Content?

I have checked the docs and cookbook, but couldn´t find any information.
Thankful for any help!

Depends where you want to include the URL, you could do it just manually at the beginning or end…

That works, but is not really the best solution :wink: But Thank you for the suggestion. I´ll include it at the end for now, but maybe there is another solution.

Other options:

Thank you! Been looking at the docs before, but will keep reading!