Hi all,
continuing from this post:
https://discourse.gohugo.io/t/how-to-import-a-bootstrap-theme-into-hugo/31344/4
I’ve watched some tutorials about hugo templates, but I’m stuck again.
I’ve imported an HTML template, copied all html files into layouts and js, css, scss, images into the static folder and I can see the homepage.
In the index.html there are references to other html files e.g. href="./other.html", but I get 404 when I navigate to it, although they reside in the same folder as index.html.
I tried to rename the href location to href=“other.html” and move the other.html into layouts/partials, layouts/_default but nothing has worked.
Why hugo doesn’t find them? How can I fix this?