Adjusted the return URL to work when in test mode

This commit is contained in:
Don Harper 2016-05-30 21:06:37 -05:00
parent f52881b81f
commit 9bd18406cf

View file

@ -162,7 +162,8 @@ use_assets_cdn = False
# A list of links (tuples (title, URL))
# links = [('Example link', 'http://example.org'),
# ('Another link', 'http://example.org')]
links = [('back to duckland.org home page', 'http://www.duckland.org')]
#links = [('back to duckland.org home page', 'http://www.duckland.org')]
links = [('back to duckland.org home page', '/')]
# Google Analytics tracking code (UA-xxxx-x)
# google_analytics = ''