mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
@@ -755,7 +755,7 @@ func (p *pageMeta) newContentConverter(ps *pageState, markup string) (converter.
|
|||||||
}
|
}
|
||||||
cp := p.s.ContentSpec.Converters.Get(markup)
|
cp := p.s.ContentSpec.Converters.Get(markup)
|
||||||
if cp == nil {
|
if cp == nil {
|
||||||
return converter.NopConverter, fmt.Errorf("no content renderer found for markup %q", markup)
|
return converter.NopConverter, fmt.Errorf("no content renderer found for markup %q, page: %s", markup, ps.getPageInfoForError())
|
||||||
}
|
}
|
||||||
|
|
||||||
var id string
|
var id string
|
||||||
|
Reference in New Issue
Block a user