appernetic / hugo-bootstrap-premium

Hugo appernetic bootstrap premium theme
MIT License
83 stars 62 forks source link

partials now need .html suffix #28

Closed raghur closed 6 years ago

raghur commented 6 years ago

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.

appernetic commented 6 years ago

Ok, great! Sorry for my late merge..