From f2de5896b475f689b840d0f89960cc72be27c17d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 13 Apr 2025 23:34:33 +0300 Subject: [PATCH] config.toml: update comment indentation --- config.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index 1ffebeaa..6b6d1901 100644 --- a/config.toml +++ b/config.toml @@ -9,13 +9,13 @@ copyright = "Except where otherwise noted, content on this site is licensed unde enableGitInfo = true #[imaging] -# Default resample filter used for resizing. Default is Box, -# # a simple and fast averaging filter appropriate for downscaling. -# # See https://github.com/disintegration/imaging -#resampleFilter = "CatmullRom" - -# Default JPEG quality setting. Default is 75. -#quality = 82 +# # Default resample filter used for resizing. Default is Box, +# # a simple and fast averaging filter appropriate for downscaling. +# # See https://github.com/disintegration/imaging +# resampleFilter = "CatmullRom" +# +# # Default JPEG quality setting. Default is 75. +# quality = 82 [pagination] # number of posts to show on home/category/tag pages (Default: 10)