Returning a tidy URL path

Hello all, I have what I imagine is a quick question but I can’t seem to figure it out!

I’m trying to get a simple path on each page of my kirby site e.g:

Home / Page / Subpage

with each of the sections <a> linked to the corresponding page. I’ve looked through the docs/cheat sheet but I can’t seem to find a combination of url calls that works in every instance. If I try to return the subpage and it’s parent it doesn’t return the index page and if I try to build a path from the page I can’t work out a way to link each element separately!

Hopefully that makes sense, apologies again for the basic question!

Looks like what you are looking for is the breadcrumb() method: https://getkirby.com/docs/cheatsheet/site/breadcrumb

Yes this is exactly it facepalm – thank you @texnixe!