1
0
Fork 0
forked from github/pelican
pelican-theme/tests
Justin Mayer 7056622322 Fix missing SITEURL and base home link
1. Following up on bbinet's changes in f12a297, ensure that the notmyidea
theme's article.html template includes the SITEURL variable when
constructing URL links.

2. Add missing slash to the base.html template so that clicking on the
site header at top left refers to "/" instead of "" when SITEURL is not
defined. Otherwise, the "" target will cause the browser to load the
current page and not the site's root (as one would expect).
2012-11-27 16:01:05 -08:00
..
content fix failing tests 2012-11-28 00:29:51 +01:00
output Fix missing SITEURL and base home link 2012-11-27 16:01:05 -08:00
TestPages Add per page templates. Closes #376 2012-07-07 14:15:43 -07:00
themes/assets Change webassets configuration for relative urls. 2012-11-20 23:42:52 +01:00
__init__.py moving tests dir 2011-07-02 14:41:39 -05:00
default_conf.py Removed execution mode of default_conf.py 2012-02-28 17:37:17 +01:00
support.py remove importlib dependency 2012-11-23 15:51:01 +01:00
test_contents.py Removed AUTHOR defaulting to OS User /John Doe, so both a blank or undefined (None) author is possible. 2012-10-26 18:20:05 +01:00
test_generators.py fix failing tests 2012-11-28 00:29:51 +01:00
test_importer.py Decode HTML entities in titles on WP import 2012-11-03 21:55:56 +10:00
test_pelican.py restore test_basic_generation_works functional test 2012-11-28 00:29:51 +01:00
test_readers.py FIX: Standardizing "extentions" to "extensions" 2012-10-03 22:42:07 +02:00
test_settings.py refactoring so that command line options override settings 2012-10-16 01:35:39 +02:00
test_utils.py Fix DELETE_OUTPUT_DIRECTORY crash when no output dir 2012-10-02 08:51:31 -04:00
test_webassets.py fix failing tests 2012-11-28 00:29:51 +01:00