You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to hugo documentation something like [FAQ]({{< ref "/posts/faq" >}} "About Us") should create a link to http://site.com/posts/faq. Which is generated logically from hugo new posts/faq. Using [FAQ]({{< ref "/posts/faq" >}} "About Us") in your code creates the page at http://site.com/posts/#faq.
The text was updated successfully, but these errors were encountered:
According to hugo documentation something like
[FAQ]({{< ref "/posts/faq" >}} "About Us")
should create a link tohttp://site.com/posts/faq
. Which is generated logically fromhugo new posts/faq
. Using[FAQ]({{< ref "/posts/faq" >}} "About Us")
in your code creates the page athttp://site.com/posts/#faq
.The text was updated successfully, but these errors were encountered: