jason-dour / hugo-preproc

Helper for Hugo to provide for pre-processing of files.
GNU Affero General Public License v3.0
10 stars 0 forks source link

Deprecate custom template functions in favor of the sprig functions. #8

Open jason-dour opened 2 years ago

jason-dour commented 2 years ago
    // TODO: Deprecate custom template functions in favor of the sprig functions.

https://github.com/jason-dour/hugo-preproc/blob/dd4bc475a6cba5b6988f648ba603605ee85cc6d2/cmd/root.go#L82

jason-dour commented 2 years ago

We will remove all custom functions in favor of using sprig. Deprecation will occur in the first 2.x release. Until then, custom functions will exist alongside sprig.