From 9bc924e67c7ba72a4c32a832a6b3b5067950a0c2 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 18 Mar 2018 23:11:52 +0100 Subject: [PATCH] Update Pillow link for ImageOps --- 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 3c8d8a7..d2ca6b9 100644 --- a/sigal/templates/sigal.conf.py +++ b/sigal/templates/sigal.conf.py @@ -102,7 +102,7 @@ thumb_size = (280, 210) # When using thumb_fit, specifies what we should crop # for usage see -# http://pillow.readthedocs.io/en/3.1.x/reference/ImageOps.html#PIL.ImageOps.fit +# http://pillow.readthedocs.io/en/stable/reference/ImageOps.html#PIL.ImageOps.fit # thumb_fit_centering = (0.5, 0.5) # Delay in seconds to avoid black thumbnails in videos with fade-in