aboutsummaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 398160b..589671f 100644
--- a/include/config.h
+++ b/include/config.h
@@ -13,6 +13,7 @@ struct image_config {
size_t max_width;
size_t max_height;
bool smart_resize;
+ double blur;
};
struct site_config {