shithub: hugo

Download patch

ref: 794d4052b87c98943588b35e1cfecc06e6a0c7f2
parent: a7ee9b0bb98f519e485655af578fb35d755e5c44
author: Bjørn Erik Pedersen <[email protected]>
date: Tue Mar 26 06:15:57 EDT 2019

herrors/errors: Improve the "feature not available" error

--- a/common/herrors/errors.go
+++ b/common/herrors/errors.go
@@ -50,4 +50,4 @@
 //
 // We will, at least to begin with, make some Hugo features (SCSS with libsass) optional,
 // and this error is used to signal those situations.
-var ErrFeatureNotAvailable = errors.New("this feature is not available in your current Hugo version")
+var ErrFeatureNotAvailable = errors.New("this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information")