1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
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
..
tests Add h1 to the categories list in simple/notmyidea 2018-07-06 09:13:39 -04:00
themes Remove bad whitespace stripping in simple theme 2018-07-06 09:13:39 -04:00
tools Merge pull request #2359 from davidag/update-importer-doc 2018-07-04 18:30:50 +02:00
__init__.py Merge pull request #2371 from oulenz/draft_pages 2018-07-04 18:20:57 +02:00
cache.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
contents.py allows pages to have draft status, like articles 2018-07-03 12:53:46 +02:00
generators.py allows pages to have draft status, like articles 2018-07-03 12:53:46 +02:00
log.py Adding --logs-deduping-min-level CLI option 2017-12-15 14:59:47 +01:00
paginator.py Allow to use page URL in pagination pattern. 2018-02-10 18:26:55 +01:00
readers.py Merge pull request #2311 from gwax/warn_rst_no_document_title 2018-04-06 11:51:22 -07:00
rstdirectives.py Fix warnings originating from bad regexes 2017-03-27 16:09:08 +02:00
server.py Remove develop_server.sh in favour of pelican serving static files itself 2018-06-22 19:22:38 +02:00
settings.py Merge pull request #2371 from oulenz/draft_pages 2018-07-04 18:20:57 +02:00
signals.py Add a new signal: page_generator_write_page 2017-10-17 07:38:18 +05:00
urlwrappers.py Add AUTHOR_SUBSTITUTIONS 2016-04-01 23:01:57 +03:00
utils.py Merge pull request #2285 from andreacorbellini/2263-handle-invalid-refs 2018-07-04 18:28:17 +02:00
writers.py Merge pull request #2238 from mosra/feed-urls 2018-03-23 13:36:51 +01:00