From 0381c06d90022dfd92586f5afb39ab59463e071a Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Fri, 24 Mar 2017 19:25:50 -0500 Subject: [PATCH] Remove outdated warning about imageConfig not working --- content/functions/imageConfig.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/functions/imageConfig.md b/content/functions/imageConfig.md index 135cc3ae9..6becc8e62 100644 --- a/content/functions/imageConfig.md +++ b/content/functions/imageConfig.md @@ -16,10 +16,6 @@ relatedfuncs: [] deprecated: false --- -{{% warning %}} -`imageConfig` does not currently work in Hugo. See [the related `imageConfig` issue](https://github.com/spf13/hugo/issues/2806). -{{% /warning %}} - `imageConfig` parses the image and returns the height, width, and color model. ```golang