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!