/ ‘patch/pelican_readers.patch.new’
This commit is contained in:
parent
286f51a561
commit
c17cec83f4
1 changed files with 1 additions and 5 deletions
|
|
@ -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':
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue