From 0f226aec9c05f95886afb25a8c3fc2cbcc525893 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 15 Mar 2020 22:45:27 -0300 Subject: [PATCH] Comment default value for img_format --- sigal/templates/sigal.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigal/templates/sigal.conf.py b/sigal/templates/sigal.conf.py index 5f61d9d..480fbad 100644 --- a/sigal/templates/sigal.conf.py +++ b/sigal/templates/sigal.conf.py @@ -41,7 +41,7 @@ theme = 'galleria' img_size = (800, 600) # Output format of images (default: None, i.e. use input format) -img_format = "JPEG" +# img_format = "JPEG" # Show a map of the images where possible? # This option only has an effect on the galleria theme for the while.