1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Allen Zheng 6ec5a984ad Show article category/tags even if no authors
Before this commit, the behavior of the simple theme is to hide the
category and tags if there is no author defined, even if the
category/tags are present. This appears to be unintentional, due to a
misplaced `endif`.

Fix this by moving the endif to the right place, so that the other if
blocks aren't nested.
2018-07-05 15:34:49 -04:00
..
tests Merge pull request #2285 from andreacorbellini/2263-handle-invalid-refs 2018-07-04 18:28:17 +02:00
themes Show article category/tags even if no authors 2018-07-05 15:34:49 -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