summaryrefslogtreecommitdiffstats
path: root/tpl
AgeCommit message (Expand)Author
2015-12-10Add copyright header to that source files that don’t have one.Anthony Fok
2015-12-08Add boolean value comparison to where tpl functionTatsushi Demachi
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-11-24Add IsNamedParams property in shortcodesdigitalcraftsman
2015-11-24Add shortcode for tweetsdigitalcraftsman
2015-11-24Add shortcode for github gistsdigitalcraftsman
2015-11-24Add shortcode for vimeodigitalcraftsman
2015-11-24Add shortcode for youtubedigitalcraftsman
2015-11-24Add shortcode for speakerdeckdigitalcraftsman
2015-11-23Change the license to Apache 2.0Steve Francia
2015-11-20Apply absURL on social tag urlsMarek Janda
2015-11-20Add SafeJS template functionCameron Moore
2015-11-20Add time.Time support in ge, gt, le, ltBjørn Erik Pedersen
2015-11-16Fix trivial typos in codeAnthony Fok
2015-11-15re-simplify SafeHTML functionspf13
2015-11-15rewrite safeHTML functionspf13
2015-11-04Add internal Google Analytics templatedigitalcraftsman
2015-10-13Fix In func given an []interface{}Bjørn Erik Pedersen
2015-10-12Correct number of args to ErrorfBjørn Erik Pedersen
2015-10-12Apply project wide go fmtBjørn Erik Pedersen
2015-10-09Add dictionary function to be passed into a templateNotZippy
2015-09-25Add base64Decode and base64Encode template functionsdigitalcraftsman
2015-09-22Add singularize template funcBjørn Erik Pedersen
2015-09-22Add pluralize template funcBjørn Erik Pedersen
2015-08-15Use cast.ToIntE for int conversions in substr and slicestrBjørn Erik Pedersen
2015-08-14Slicestr fix for other int type paramBenny Wu
2015-08-07Rename ReadDir to readDirBjørn Erik Pedersen
2015-08-07Make sort tpl func accept field/key chaining argTatsushi Demachi
2015-08-07Fix sort tpl func to return explicit type valueTatsushi Demachi
2015-08-07Fix Unicode issue in Slicestr and SubstrBjørn Erik Pedersen
2015-08-06Add missing formatting directive in Printf callBjørn Erik Pedersen
2015-08-05Add some float tests to TestArethmicBjørn Erik Pedersen
2015-07-30Remove deprecated fields and methods for v0.15Anthony Fok
2015-07-25Add ReadDir function to list local files.Russell Oliver
2015-07-20On error, return error message, not nilScott C Wilson
2015-07-20Let Amber template call Hugo's custom functionsTatsushi Demachi
2015-07-19Fix name logic for Amber templatesBjørn Erik Pedersen
2015-06-29Add nil comparison to where tpl functionTatsushi Demachi
2015-06-25Use helpers.GetThemeDir() to find base templates.Jonathan Anderson
2015-06-25Add support for baseof.ace templates in themes.Jonathan Anderson
2015-06-15Add `last` template functionAriejan de Vroom
2015-06-15Refactor var name limit to indexAriejan de Vroom
2015-06-15Add `after` template functionAriejan de Vroom
2015-06-06Fix substr tpl func's int type variant issueTatsushi Demachi
2015-06-01GetJSON/GetCSV: Add retry on invalid contentCyrill Schumacher
2015-05-31Fix Windows Ace path issuebep
2015-05-31Add some Ace test casesbep
2015-05-29Extract Ace handling to a methodbep
2015-05-26Add `time.Time` type support to `where` tpl funcTatsushi Demachi
2015-05-25Apply gofmt -sbep