/ ‘patch/pelican_readers.patch.new’

This commit is contained in:
Dooho Yi 2020-05-02 19:21:39 +09:00
parent 286f51a561
commit c17cec83f4

View file

@ -16,7 +16,7 @@
> 'Ensure exactly one top level section', > 'Ensure exactly one top level section',
> source_path) > source_path)
292,294c293,298 292,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'))
--- ---
@ -26,7 +26,3 @@
> metadata = self._parse_metadata(pub.document, source_path, nowarning_about_missing_title=False) > metadata = self._parse_metadata(pub.document, source_path, nowarning_about_missing_title=False)
> else > else
> metadata = self._parse_metadata(pub.document, source_path, nowarning_about_missing_title=True) > metadata = self._parse_metadata(pub.document, source_path, nowarning_about_missing_title=True)
410c414
< elif self._in_head and tag == 'title':
---
> elif tag == 'title':