mirror of
https://github.com/vale981/ablog
synced 2025-03-06 01:31:39 -05:00
Fixed title NoneType issue.
This commit is contained in:
parent
c211483859
commit
da6d1b1d91
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ def _get_section_title(section):
|
|||
break
|
||||
# A problem with the following is that title may contain pending
|
||||
# references, e.g. :ref:`tag-tips`
|
||||
title = title.astext()
|
||||
return title.astext()
|
||||
|
||||
|
||||
def _get_update_dates(section, docname, post_date_format):
|
||||
|
|
Loading…
Add table
Reference in a new issue