From 9f0cf68b7b2d2eb42d3505494bdcedc08021b81a Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Tue, 1 Sep 2015 23:09:01 +0200 Subject: [PATCH] Fix tests - forgot to revert the config file. --- tests/sample/sigal.conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/sample/sigal.conf.py b/tests/sample/sigal.conf.py index e25dfab..b12ac71 100644 --- a/tests/sample/sigal.conf.py +++ b/tests/sample/sigal.conf.py @@ -17,9 +17,9 @@ watermark = "watermark.png" watermark_position = "tile" watermark_opacity = 0.3 -# theme = 'colorbox' -# thumb_size = (200, 150) +theme = 'colorbox' +thumb_size = (200, 150) -theme = 'galleria' -thumb_size = (280, 210) -show_map = True +# theme = 'galleria' +# thumb_size = (280, 210) +# show_map = True