In my navbar I have a 'home', 'projects' and 'about me' link. Now the projects section is not its own page, as it is part of the home page, so when I click on projects while on the homepage it now smoothly jumps to that section of the page using anchor link '#projects'. However, this can only be achieved when making the link in the navbar '#projects'. Now the issue is that when i click on projects while on the about me page, it will just add the anchor to the about me url, meaning nothing will happen, so on the about me page I need a different link that is like '/home#projects'. However, I am using a theme with a block editor, and I don't know how to make the navbar have different links for different pages. Help would be greatly appreciated!
