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

This commit is contained in:
Bjørn Erik Pedersen 2019-03-26 10:15:57 +01:00
parent a7ee9b0bb9
commit 794d4052b8
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F

View file

@ -50,4 +50,4 @@ func FprintStackTrace(w io.Writer, err error) {
//
// 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")