Hi,
There is a way to get a dummy template file, it’s very useful but I can’t find it in gohugo.io or this forum. For single.html in particular.
I think it should figure prominently !
I don’t understand what you mean. What would a “dummy” template be doing? And what’s wrong with the example here:
a dummy template would do nothing exactly. I use baseof.html with blocks with default content, and home.html. No need for single.html, but as long as the file is not present files are not rendered.
Ok I got it, this was no hugo function, just a random define statement with nothing.
{{define “garbage”}}{{end}}