hugo/tpl
Jonathan Fisher d171d1543d tpl: Add hasSuffix alias
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
2023-03-08 10:18:34 +01:00
..
cast Add a page template func 2023-02-25 19:53:18 +01:00
collections Add a page template func 2023-02-25 19:53:18 +01:00
compare Add a page template func 2023-02-25 19:53:18 +01:00
crypto Add a page template func 2023-02-25 19:53:18 +01:00
css Add a page template func 2023-02-25 19:53:18 +01:00
data Replace deprecated ioutil with io and os 2023-03-01 16:28:43 +01:00
debug Add a page template func 2023-02-25 19:53:18 +01:00
diagrams Add a page template func 2023-02-25 19:53:18 +01:00
encoding Add a page template func 2023-02-25 19:53:18 +01:00
fmt Add a page template func 2023-02-25 19:53:18 +01:00
hugo Add a page template func 2023-02-25 19:53:18 +01:00
images Add a page template func 2023-02-25 19:53:18 +01:00
inflect Add a page template func 2023-02-25 19:53:18 +01:00
internal Correct typos in Go comments 2023-03-02 16:32:32 +01:00
js Add a page template func 2023-02-25 19:53:18 +01:00
lang Page context handling in i18n 2023-03-04 17:19:14 +01:00
math Add a page template func 2023-02-25 19:53:18 +01:00
openapi Replace deprecated ioutil with io and os 2023-03-01 16:28:43 +01:00
os Add a page template func 2023-02-25 19:53:18 +01:00
page Allow page.TableOfContents on self in shortcode 2023-03-05 12:51:57 +01:00
partials tpl/partial: Consolidate GoDoc 2023-03-04 22:04:01 +01:00
path Add a page template func 2023-02-25 19:53:18 +01:00
reflect Add a page template func 2023-02-25 19:53:18 +01:00
resources Add a page template func 2023-02-25 19:53:18 +01:00
safe Add a page template func 2023-02-25 19:53:18 +01:00
site Add a page template func 2023-02-25 19:53:18 +01:00
strings tpl: Add hasSuffix alias 2023-03-08 10:18:34 +01:00
templates Fix "page" not defined 2023-03-02 10:39:44 +01:00
time Add a page template func 2023-02-25 19:53:18 +01:00
tplimpl Correct typos in Go comments 2023-03-02 16:32:32 +01:00
transform Replace deprecated ioutil with io and os 2023-03-01 16:28:43 +01:00
urls Add a page template func 2023-02-25 19:53:18 +01:00
template.go Add a page template func 2023-02-25 19:53:18 +01:00
template_info.go Add --printUnusedTemplates 2022-02-15 20:01:57 +01:00
template_test.go Fix Plainify edge cases 2022-05-25 17:55:23 +02:00