As already reported in #2213: when previewing user guide with latest released hugo version 0.146.7, errors are thrown: ``` Error: error building site: html/template:_markup/render-heading.html:1:12: no such template "_default/_markup/td-render-heading.html" ``` and ``` Error: error building site: html/template:_partials/head.html:23:46: no such template "partials/page-description.html" ``` As described in this [thread]() in hugo's discourse forum, both issues are related to https://github.com/gohugoio/hugo/issues/13599 ### Tasks - [x] Fix partial call in `userguide\layouts\_default\_markup\render-heading.html` - #2223 - [x] Fix partial call in `layouts\partials\head.html` - #2215