summaryrefslogtreecommitdiffstats
path: root/tpl/strings/strings.go
AgeCommit message (Expand)Author
2024-04-04tpl/strings: Improve type checkingJoe Mooring
2024-04-02tpl/strings: Create strings.Diff template functionJoe Mooring
2024-01-27all: Rework page store, add a dynacache, improve partial rebuilds, and some g...develop2024Bjørn Erik Pedersen
2023-05-16Create a struct with all of Hugo's config optionsBjørn Erik Pedersen
2023-02-05tpl/strings: Add strings.ContainsNonSpaceBjørn Erik Pedersen
2022-05-25Fix Plainify edge casesBjørn Erik Pedersen
2022-05-06Improve error messages, esp. when the server is runningBjørn Erik Pedersen
2022-05-06tpl: Improve godocBjørn Erik Pedersen
2022-03-17all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen
2022-02-26Remove the trailing new line in .CodeBjørn Erik Pedersen
2021-05-03tpl: Fix countwords to handle special charsJulien Midedji
2021-01-08tpl: Do not return errors in substr for out-of-bounds casesCameron Moore
2020-12-16all: Fix minor typosPhil Davis
2020-12-01tpl: Fix substr when length parameter is zeroCameron Moore
2020-11-28tpl: Refactor and fix substr logicCameron Moore
2020-08-28tpl: Add limit option to replace template functionCameron Moore
2020-07-03tpl/strings: Add strings.CountBjørn Erik Pedersen
2019-12-12Create lightweight forks of text/template and html/templateBjørn Erik Pedersen
2018-11-30tpl: Add godoc packages commentsCameron Moore
2018-10-16commands: Show server error info in browserBjørn Erik Pedersen
2018-09-07tpl/strings: Add strings.FirstUpperBjørn Erik Pedersen
2018-06-04tpl/strings: strings.RuneCountDavid E. Wheeler
2018-06-03tpl/strings: Remove overflow check in strings.RepeatBjørn Erik Pedersen
2018-06-03tpl/strings: Adjust the overflow validation in strings.RepeatBjørn Erik Pedersen
2018-06-03tpl: Add strings.RepeatDavid E. Wheeler
2017-12-16Make chomp return the type it receivesVictor Kropp
2017-08-18tpl: Cleanup strings.TrimPrefix and TrimSuffixCameron Moore
2017-08-18tpl: Add strings.TrimLeft and TrimRight Cameron Moore
2017-07-31Make the title case style guide configurableBjørn Erik Pedersen
2017-06-13Run gofmt to get imports in line vs gohugoio/hugoBjørn Erik Pedersen
2017-06-13all: Update import paths to gohugoio/hugoBjørn Erik Pedersen
2017-05-01tpl: Fix the remaining template funcs namespace issuesBjørn Erik Pedersen
2017-04-30tpl: Add template function namespacesCameron Moore