1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/tests
Florian Jacob bd9d1b9539 The modified attribute no longer has a default value.
This allows for templates using {% if article.modified %}
instead of {% if article.modified != article.published %} .
2013-11-17 23:40:11 +01:00
..
content Added a new ''modified:' metadata tag to be able to specify the 2013-11-10 00:14:55 +01:00
output The modified attribute no longer has a default value. 2013-11-17 23:40:11 +01:00
TestPages Move the tests into pelican. Fix #500 2013-03-06 00:41:27 -08:00
__init__.py Fix for issue #392 2013-03-27 18:17:11 -04:00
default_conf.py added testing for default locale setting 2013-07-21 14:12:21 +08:00
support.py tests.support: Use kwargs overrides in get_settings() 2013-06-02 14:24:27 -04:00
test_contents.py Fine-tune url-value HTML attributes list. 2013-10-17 11:33:34 +08:00
test_generators.py Log a warning when the HTML reader encounters a nonconformant meta tag 2013-11-08 14:37:07 -08:00
test_importer.py Handle east asian character column width in the importer 2013-10-08 09:46:40 +01:00
test_pelican.py Fix utils.copy behaviour 2013-09-14 16:18:53 +01:00
test_readers.py Added a new ''modified:' metadata tag to be able to specify the 2013-11-10 00:14:55 +01:00
test_settings.py added testing for default locale setting 2013-07-21 14:12:21 +08:00
test_utils.py Disable asciidoc files for tests 2013-08-06 23:42:41 +02:00