So, I want to add some anchor to my url. My code
<a href="{{ home_url }}/#anchor">Link name</a>
and it's not working. It gives me something like this
<a href="//#anchor">Link name</a>
what I want is
<a href="mydomain.com/#anchor">Link name </a>
How can I do that? Can anyone help me with that?