summaryrefslogtreecommitdiffstats
path: root/tpl
AgeCommit message (Expand)Author
2016-05-09Fix 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-02tpl: Fix panic in sort of nil sequenceCameron Moore
2016-04-02tpl: Fix panic in pairList.LessCameron Moore
2016-03-31docs: Add doc and a test for readDirBjørn Erik Pedersen
2016-03-31tpl: Make readDir use the WorkingDir fsBjørn Erik Pedersen
2016-03-31Add readFile template funcBjørn Erik Pedersen
2016-03-24tpl: Small Golint fixesdigitalcraftsman
2016-03-21Add plainify template functionBjørn Erik Pedersen
2016-03-18Remove 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-14tpl: 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-11Add 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-03tpl: Add some dateFormat testcases with both time and dateBjørn Erik Pedersen
2016-03-03tpl: Fix broken chomp testBjørn Erik Pedersen
2016-03-03tpl: Make chomp return template.HTMLBjørn Erik Pedersen
2016-03-03tpl: Add integration tests for most of the template funcs examples in docBjørn Erik Pedersen
2016-02-28Revert "Create template clone for late template execution"Bjørn Erik Pedersen
2016-02-28Create template clone for late template executionBjørn Erik Pedersen
2016-02-27Add template function slicedigitalcraftsman
2016-02-17Close file handle when finished reading fileDavid Roda
2016-02-16Clean up the trim template func testBjørn Erik Pedersen