add line break after excerpts in postlisting

This commit is contained in:
mementum 2015-07-26 09:43:31 +02:00
parent ec5a31aa16
commit 38bd3e23e4

View file

@ -438,6 +438,7 @@ def process_postlist(app, doctree, docname):
enode = enode.deepcopy()
enode.parent = bli.parent
bli.append(enode)
bli.append(nodes.line())
node.replace_self(bl)