Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-08Add `clock` cli flagsatotake
2022-05-06Improve error messages, esp. when the server is runningBjørn Erik Pedersen
2022-03-18all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen
2021-06-07tpl/fmt: Add erroridf template funcBjørn Erik Pedersen
2021-05-09tpl: Allow 'Querify' to take lone slice/interface argumentUjjwal Goyal
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
2020-03-09Support unComparable args of uniq/complement/insatotake
2020-03-03{{ in }} should work with html.Template typeCarl Johnson
2019-12-12Create lightweight forks of text/template and html/templateBjørn Erik Pedersen
2019-11-11tpl/collections: Allow dict to create nested structuresBjørn Erik Pedersen
2019-11-11tpl/collections: Add collections.ReverseBjørn Erik Pedersen
2019-10-12tpl: Modify error messages of after, first, and lastBaibhav Vatsa
2019-10-11tpl: Last now accepts 0 as limitBaibhav Vatsa
2019-10-11tpl: After now accepts 0 as indexBaibhav Vatsa
2019-08-10Fixed ineffectual assignmentsChristian Muehlhaeuser
2019-04-19tpl/collections: Return error on invalid input in inBjørn Erik Pedersen
2019-04-19tpl/collections: Make Pages etc. work with the in funcBjørn Erik Pedersen
2019-04-18tpl/collections: Make Pages etc. work in uniqBjørn Erik Pedersen
2019-03-23Make Page an interfaceBjørn Erik Pedersen
2018-11-30tpl: Add godoc packages commentsCameron Moore
2018-10-08common/maps: Improve append in ScratchBjørn Erik Pedersen
2018-10-03tpl: Cast IsSet key to int for indexed typesCameron Moore
2018-10-02tpl/collections: Fix handling of different interface types in SliceBjørn Erik Pedersen
2018-09-22tpl/collections: Allow first function to return an empty sliceRicardo N Feliciano
2018-09-14tpl/collections: Add collections.AppendBjørn Erik Pedersen
2018-09-11tpl: Show error on union or intersect of uncomparable typesCameron Moore
2018-09-10tpl/collections: Improve type handling in collections.SliceBjørn Erik Pedersen
2018-09-08tpl/collections: Allow pointer receiver in GroupBjørn Erik Pedersen
2018-09-08tpl/collections: Add group template funcBjørn Erik Pedersen
2018-07-06Add a newScratch template funcBjørn Erik Pedersen
2018-07-01tpl/collections: Return en empty slice in after instead of errorBjørn Erik Pedersen
2018-01-27tpl/collections: Seed random on init onlyliguoqinjim
2017-09-29Clean up lint in various packagesCameron Moore
2017-09-06hugolib: Implement "related content"Bjørn Erik Pedersen
2017-07-08tpl/collections: Fix union when the first slice is emptyBjørn Erik Pedersen
2017-07-03tpl/collections: Add Pages support to Intersect and UnionBjørn Erik Pedersen
2017-07-03tpl/collections: Fix In function for JSON arraysBjø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-06-08tpl/collections: Add uint support to InCameron Moore
2017-06-08tpl/collections: Support interfaces in unionCameron Moore
2017-06-03tpl: Add uniq functionNathan Sharfi
2017-05-19tpl/collections: Make IsSet WARNING less chattyBjørn Erik Pedersen
2017-05-18tpl/collections: Use Feedback log instead of Error in IsSetCameron Moore
2017-05-18tpl/collections: Log an error on unsupported types in IsSetCameron Moore
2017-05-18tpl/collections: Add support for interfaces to intersectCameron Moore
2017-05-01tpl: Fix the remaining template funcs namespace issuesBjørn Erik Pedersen
2017-05-01tpl/collections: Make it a package that stands on its ownBjørn Erik Pedersen
2017-04-30tpl: Add template function namespacesCameron Moore