Justin Mayer
76fa457654
Normalize whitespace via lstrip Jinja parameter
...
This adds the lstrip_blocks Jinja parameter and removes unnecessary
whitespace from a few notmyidea templates.
Note: The lstrip_blocks parameter requires Jinja 2.7+, which has been
noted in Pelican's setup.py.
Credit for this commit goes entirely to Russ Webber, who has earned my
eternal thanks for discovering and applying this useful Jinja parameter.
Refs #969
2013-08-03 16:17:26 -07:00
Justin Mayer
1443131fde
Merge pull request #976 from kylewm/notmyidea-active-pages
...
Modify notmyidea to include class="active" on pages
2013-08-03 15:12:52 -07:00
Ross McFarland
c5eecd23eb
PAGINATION_URL/PAGINATION_SAVE_AS implementation
...
allows the use of custom urls for pagination similar to *_URLS
2013-07-29 08:09:44 -04:00
Kyle Mahan
0ddabb95c3
Modify notmyidea to include class="active" on pages
2013-07-27 12:30:24 -07:00
Justin Mayer
f15f5708bf
Update test output for improved notmyidea <head>
2013-04-23 06:57:36 -07:00
David Beitey
e042e11c23
Add new option for controlling whether to display categories on menu or not
...
Conflicts:
docs/changelog.rst
pelican/tests/output/basic/tag/bar.html
pelican/tests/output/basic/tag/baz.html
pelican/tests/output/basic/tag/foo.html
pelican/tests/output/custom/tag/bar.html
pelican/tests/output/custom/tag/baz.html
pelican/tests/output/custom/tag/foo.html
2013-04-01 22:08:13 +10:00
Alexis Métaireau
547f8d2e83
Move the tests into pelican. Fix #500
2013-03-06 00:41:27 -08:00