/ ‘patch/pelican_readers.patch’
This commit is contained in:
parent
173d622f4c
commit
0dad1c63f0
1 changed files with 1 additions and 2 deletions
|
|
@ -15,8 +15,7 @@
|
||||||
> 'Document title missing in file %s: '
|
> 'Document title missing in file %s: '
|
||||||
> 'Ensure exactly one top level section',
|
> 'Ensure exactly one top level section',
|
||||||
> source_path)
|
> source_path)
|
||||||
292,294c293,298
|
293,294c293,298
|
||||||
<
|
|
||||||
< metadata = self._parse_metadata(pub.document, source_path)
|
< metadata = self._parse_metadata(pub.document, source_path)
|
||||||
< metadata.setdefault('title', parts.get('title'))
|
< metadata.setdefault('title', parts.get('title'))
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue