@kaushalmodi thank you for the answer. I don’t know what the dot did mean, but if I remove rel/relref from html file then everything works well. The repo is here.
In the left sidebar there is a “CV viajero” section, inside you can see a map and a list. In this list, there are some links with “ref” (for instance “UK y Gales SPTA” at the top of the list). It should open the post with this name; instead, the “href” it’s badly rendered/processed with: “http://localhost:1313/cv-viajero {{”
Is there any way to bind to _index.md?
I was expected:
{{ ref . "about/_index.md" }} // "/about"
get the following error:
ERROR 2017/11/17 16:26:33 Error while rendering "home": template: index.html:5:15:
executing "index.html" at <partial "_left-menu....>:
error calling partial: template: partials/_left-menu.html:35:7: executing "partials/_left-menu.html" at <ref . "about/_index....>:
error calling ref: No page found with path or logical name "about/_index.md".