Another work around is adding an id to the body of the current page and assigning the same to the anchor tag's href, then use js to navigate to /blog#blog
id
href
/blog#blog
<body id="blog"> <a href="/blog#blog">Blog</a> </body>