mirror of
https://github.com/vale981/ablog
synced 2025-03-06 09:41:39 -05:00
add line break after excerpts in postlisting
This commit is contained in:
parent
ec5a31aa16
commit
38bd3e23e4
1 changed files with 1 additions and 0 deletions
|
@ -438,6 +438,7 @@ def process_postlist(app, doctree, docname):
|
||||||
enode = enode.deepcopy()
|
enode = enode.deepcopy()
|
||||||
enode.parent = bli.parent
|
enode.parent = bli.parent
|
||||||
bli.append(enode)
|
bli.append(enode)
|
||||||
|
bli.append(nodes.line())
|
||||||
|
|
||||||
node.replace_self(bl)
|
node.replace_self(bl)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue