From 9bd18406cf8858ab2eec86051cd84d50a414e005 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 30 May 2016 21:06:37 -0500 Subject: [PATCH] Adjusted the return URL to work when in test mode --- sigal/sigal.conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sigal/sigal.conf.py b/sigal/sigal.conf.py index f70ad5a4..41f44f3b 100644 --- a/sigal/sigal.conf.py +++ b/sigal/sigal.conf.py @@ -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 = ''