1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes/simple
Allen Zheng a3d76a0fd8 Remove bad whitespace stripping in simple theme
This joins the contents of the block to the previous line, which messes
up the output formatting in this case.

Old vs new output:
- <ul>        <li>...
+ <ul>
+     <li>...

This change is already in the 'notmyidea' theme.
2018-07-06 09:13:39 -04:00
..
templates Remove bad whitespace stripping in simple theme 2018-07-06 09:13:39 -04:00