Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
78 additions
and 34 deletions.
- +5 −1 CHANGES.txt
- +4 −2 docs/extending.txt
- +6 −3 docs/manual.txt
- +2 −2 nikola/data/themes/bootstrap-jinja/templates/base_helper.tmpl
- +2 −2 nikola/data/themes/bootstrap/templates/base_helper.tmpl
- +2 −2 nikola/data/themes/bootstrap3-jinja/templates/base_helper.tmpl
- +2 −2 nikola/data/themes/bootstrap3/templates/base_helper.tmpl
- +2 −1 nikola/nikola.py
- +14 −2 nikola/plugins/command/check.py
- +2 −3 nikola/plugins/compile/rest/post_list.py
- +21 −5 nikola/plugins/task/posts.py
- +4 −4 nikola/plugins/task/tags.py
- +8 −1 nikola/post.py
- +1 −1 nikola/utils.py
- +1 −1 requirements.txt
- +2 −2 scripts/jinjify.py