mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
54ad51e8a6
commit
034fbef50d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue