mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
d171d1543d
strings.HasPrefix already has an alias of hasPrefix but strings.HasSuffix has no such alias. This PR adds a hasSuffix alias to the tpl function with corresponding function documentation. It also adds a Minor update to the hasPrefix function documentation re: keywords and relatedfuncs. Completes https://github.com/gohugoio/hugo/issues/10474 |
||
---|---|---|
.. | ||
init.go | ||
regexp.go | ||
regexp_test.go | ||
strings.go | ||
strings_test.go | ||
truncate.go | ||
truncate_test.go |