You need to read Requesting Help and share your code. We need to see all the templates working together to see how it works, and we need to clone and build the site locally to really be helpful.
Also, Statistics.html should probably be in static, for that link to work. And don’t use that https://localhost:1313/ as a baseURL, it will cause problem.
Hello Maiki,
I moved the Statistics.html into static folder. It was successfully loaded its content.
However, I have Hugo code in that file which was not rendered.
How can I load that html file with Hugo code properly, from index.html file?
Hello Zwbetz,
Thanks. I am tottally niewby. I downloaded a template and I found that “content” folder probably is needed.
I think thats the case. I need to keep the layout standard, top bars, footer. Left links are changed according to the top menu that is selected. So, the body is “content” according to what link to be clicked either on top menu or on the left link menu.
So, can you post a very primitive and simple example how can I do that?
Because, if possible, I want not to use at all markdown language.