Browse Source

Merge pull request #509 from Lixeiden/keep-orig-comment

Clarify default value of keep_orig in config comments
pull/511/head
Simon Conseil 2 years ago committed by GitHub
parent
commit
bdbefe1b7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/sigal/templates/sigal.conf.py

2
src/sigal/templates/sigal.conf.py

@ -128,7 +128,7 @@ thumb_size = (280, 210)
# thumb_video_black_max_colors = 4
# Keep original image (default: False)
# keep_orig = True
# keep_orig = False
# Subdirectory for original images
# orig_dir = 'original'

Loading…
Cancel
Save