with the latest 0.33 partials are failing with an error. I have bisected it so that the last known good version is 0.31.1 (0.32 and onwards breaks)
In any case, the direction is to use .html suffix for partials and not automatically assume .html
This was done with sed -i and I've verified that it works with hugo v0.31.1 and before.
with the latest 0.33 partials are failing with an error. I have bisected it so that the last known good version is 0.31.1 (0.32 and onwards breaks) In any case, the direction is to use .html suffix for partials and not automatically assume .html
This was done with
sed -i
and I've verified that it works with hugo v0.31.1 and before.