func (s *Site) PrettifyPath(in string) string { return helpers.PathPrep(viper.GetBool("UglyUrls"), in) }
func (s *Site) PrettifyPath(in string) string { return helpers.PathPrep(s.Config.UglyUrls, in) }