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
path: root/tpl
AgeCommit message (Expand)Author
2016-07-19Add `htmlEscape` and `htmlUnescape` template functionsCathal Garvey
2016-07-14tpl: Add humanize examples to smoke testsBjørn Erik Pedersen
2016-07-14Do not double-escape in querifyCathal Garvey
2016-07-13tpl: Modify tpl.humanize to ordinalize integer inputMichael Orr
2016-07-10Fix humanize when string is emptyBjørn Erik Pedersen
2016-07-06Simplify querifyBjørn Erik Pedersen
2016-07-05tpl: Add a querify function to generate query strings inside templatesJimmy Sawczuk
2016-06-27tpl: Enable safeHTMLAttrmarco
2016-05-10Fix broken template testBjørn Erik Pedersen
2016-05-06Add non-string support in markdownifyBjørn Erik Pedersen
2016-04-28tpl: Add intersect operator to where functionChristopher Mancini
2016-04-14tpl: Do not write to cache when ignoring cacheRobert Basic
2016-04-13Revert "tpl: Extend where to iterate over maps"Bjørn Erik Pedersen
2016-04-13tpl: Extend where to iterate over mapsCameron Moore
2016-04-08tpl: Add replaceRE to the "smoke tests"digitalcraftsman
2016-04-08Make Hugo build without MercurialBjørn Erik Pedersen
2016-04-05tpl: Add findRE template funcdigitalcraftsman
2016-04-03tpl: Add the other test case for hasPrefixBjørn Erik Pedersen
2016-04-03tpl: Sort the smoke testsBjørn Erik Pedersen
2016-04-03tpl: Add hasPrefix to the template funcs' "smoke test"digitalcraftsman
2016-04-03tpl: Fix panic in sort of nil sequenceCameron Moore
2016-04-03tpl: Fix panic in pairList.LessCameron Moore
2016-04-01docs: Add doc and a test for readDirBjørn Erik Pedersen
2016-04-01tpl: Make readDir use the WorkingDir fsBjørn Erik Pedersen
2016-03-31Add readFile template funcBjørn Erik Pedersen
2016-03-25tpl: Small Golint fixesdigitalcraftsman
2016-03-22Add plainify template functionBjørn Erik Pedersen
2016-03-19Remove duplicate doArithmeticBjørn Erik Pedersen
2016-03-17tpl: Send actual values to in from intersectCameron Moore
2016-03-17tpl: Add missing printf param in t.Errorf callCameron Moore
2016-03-16tpl: Treat booleans as set in default functionCameron Moore
2016-03-15No block support in shortcodesBjørn Erik Pedersen
2016-03-15tpl: Make the safeHTML and cousins accept more than stringsBjørn Erik Pedersen
2016-03-14tpl: Fix race condition in regexp cacheCameron Moore
2016-03-12Add emojify to the template func smoke testsBjørn Erik Pedersen
2016-03-12Add emoji supportBjørn Erik Pedersen
2016-03-11tpl: Add replaceRE functionCameron Moore
2016-03-11Allow picking a specific file out of a gistKonstantin Kliakhandler
2016-03-10tpl: Add Copyright reference to the Go authorsBjørn Erik Pedersen
2016-03-10tpl: Add custom index functionCameron Moore
2016-03-10tpl: Add time note to default func descriptionCameron Moore
2016-03-10tpl: fix default functionCameron Moore
2016-03-10tpl: Add default functionCameron Moore
2016-03-10Add md5 and sha1 template funcsdigitalcraftsman
2016-03-10Add support for Go 1.6 block keyword in templatesBjørn Erik Pedersen
2016-03-09Create template clone for late template executionBjørn Erik Pedersen
2016-03-06Add jsonify template funcBjørn Erik Pedersen
2016-03-06Make where accept sliceBjørn Erik Pedersen
2016-03-04tpl: Unexport the rest of the internal template funcsBjørn Erik Pedersen
2016-03-04tpl: Add some dateFormat testcases with both time and dateBjørn Erik Pedersen