Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Search current directory for config file by default
As of 2015-08-16, Viper no longer searches the CWD for config file by default to avoid unintended surprises, but Hugo relies on the original behaviour. Fixed by calling viper.AddConfigPath(".") at the appropriate place. See spf13/viper#73 for more information. Fixes gohugoio#1363
- Loading branch information