Skip to content

[fix] .Render need template

Christian Engwer requested to merge fix-render-error into master

.Render should be called with the name of a template to apply. In previous hugo versions it worked, apparently using some default. This has changed in newer versions which require an explicit template parameter. We now use explicitly use the "single" templates as "default".

Merge request reports

Loading