funkydan2 / alpha-church

Hugo theme for churches based on a html5up theme
https://alpha-church.netlify.app
Other
68 stars 59 forks source link

Broken on Hugo v0.82.0 #33

Closed anakinkinsey closed 3 years ago

anakinkinsey commented 3 years ago

Not sure if you plan on updating this with new hugo versions, but on the recently released version hugo breaks with errors ERROR 2021/03/22 21:37:00 render of "section" failed: execute of template failed: template: _default/list.html:1:3: executing "_default/list.html" at <partial "header" . .Section "list">: error calling partial: "/themes/alpha-church/layouts/partials/header.html:21:100": execute of template failed: template: partials/header.html:21:100: executing "partials/header.html" at <.MediaType.Suffix>: can't evaluate field Suffix in type media.Type From the hugo changelog it looks like mediaType has been changed

funkydan2 commented 3 years ago

Already fixed in this commit and this release.

anakinkinsey commented 3 years ago

Ahh, I should have made sure my version was up to date! Thanks!