I’ve tried using the solution that mbertschler suggests in Issue 330. This would allow me to use a markdown file as index.
But when i try rendering my site(hugo
), it get this error:
ERROR: 2015/11/02 Error while rendering homepage: html/template:index.html:5: no such template "partials/footer.html"
And hugo check
gives me this:
index.md (renderer: markdown) (layout: index/single.html, exists: false) (layout: _default/single.html, exists: true) (layout: theme/index/single.html, exists: false) (layout: theme/_default/single.html, exists: false)
canonical => !no target specified!
Did i miss anything? Or do i create the single.html file in the theme’s directory?