1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes
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
..
notmyidea Support translation of lang attribute in default themes 2018-07-02 23:42:03 +02:00
simple/templates Remove bad whitespace stripping in simple theme 2018-07-06 09:13:39 -04:00