I’m using Gitbub Pages to host my website. That’s why baseURL has a subfolder.
I would like to point the root index file but this doesn’t work.
<a href="{{ "/" | relURL }}"></a>
How can I fix this?
I’m using Gitbub Pages to host my website. That’s why baseURL has a subfolder.
I would like to point the root index file but this doesn’t work.
<a href="{{ "/" | relURL }}"></a>
How can I fix this?
What’s the output you have and what the output you expect and on what page?
you want this one: {{ absURL "" }}
or
{{ site.Home.Permalink }}
or
{{ site.Home.RelPermalink }}
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.