summaryrefslogtreecommitdiffstats
path: root/tpl
AgeCommit message (Expand)Author
2017-02-21tpl: Use og:updated_time OpenGraph tag on nodesAlan Orth
2017-02-21tpl, hugolib: Fix live-reload of non-renderable content pagesBjørn Erik Pedersen
2017-02-21tpl: Remove twitter:domain tag from internal shortcodeAlan Orth
2017-02-18tplimpl: Fix issue with recursive templatesBjørn Erik Pedersen
2017-02-17hugolib: Make RSS item limit configurableCameron Moore
2017-02-17tplimpl: Fix instagram shortcode panic on invalid IDCameron Moore
2017-02-17tplimpl: Fix data race in resGetResourceBjørn Erik Pedersen
2017-02-17tplimpl: Refactor imageConfig into a structBjørn Erik Pedersen
2017-02-17tpl: Refactor packageBjørn Erik Pedersen
2017-02-17all: Refactor to nonglobal Viper, i18n etc.Bjørn Erik Pedersen
2017-02-15Use OS fs by defaultBjørn Erik Pedersen
2017-02-10tpl: Accept limit as interface in findRE funcCameron Moore
2017-02-10hugolib: Fix error for non-renderable HTML content with shortcodesBjørn Erik Pedersen
2017-02-07tpl: Must do a extra lookup of cloned base templatesBjørn Erik Pedersen
2017-02-04all: Refactor to nonglobal file systemsBjørn Erik Pedersen
2017-01-23tpl: Improve generation of OpenGraph date tagsAlan Orth
2017-01-18tpl: Fix deadlock in cached partialsCameron Moore
2017-01-14tpl: Fix broken benchmarksBjørn Erik Pedersen
2017-01-11Show full template errorBrad Peabody
2017-01-10 all: Refactor to nonglobal template handlingBjørn Erik Pedersen
2017-01-07all: Refactor to non-global loggerBjørn Erik Pedersen
2017-01-06tpl: Add truncate template functionMathias Biilmann
2017-01-03tpl: Fix Unix time test case in TestDateFormat()Anthony Fok
2017-01-01tpl: Add now functionNishanth Shanmugham
2016-12-31tpl: Use HTTPS in Google Analytics templatedigitalcraftsman
2016-12-25tpl: Update dateFormat test expectations for epoch valuesBjørn Erik Pedersen
2016-12-25tpl: Fix crash when using imageConfigTristan Rice
2016-12-23tpl: Update getenv to accept interface{} paramsCameron Moore
2016-12-23tpl: Update title to accept interface{} paramsCameron Moore
2016-12-23tpl: Update upper to accept interface{} paramsCameron Moore
2016-12-23tpl: Update lower to accept interface{} paramsCameron Moore
2016-12-23tpl: Update hasPrefix to accept interface{} paramsCameron Moore
2016-12-15hugolib: Enable override of theme base template onlyBjørn Erik Pedersen
2016-12-13tpl: Add a querify test case that is actually and URLBjørn Erik Pedersen
2016-12-05tpl: Avoid repeating the same test case in TestMD5 and TesSHA*Bjørn Erik Pedersen
2016-12-04tpl: Add sha256 template functiondigitalcraftsman
2016-11-27tpl: Fix params case issue with nested template funcsBjørn Erik Pedersen
2016-11-23hugolib: Add shortcode for InstagramVictor Kropp
2016-11-23tpl: SimplifyBjørn Erik Pedersen
2016-11-23tpl: Add some missing test casesBjørn Erik Pedersen
2016-11-23tpl: Fix spelling in testBjørn Erik Pedersen
2016-11-23tpl: Drop an else block in checkConditionbogem
2016-11-23hugolib, source, tpl: Fix docsbogem
2016-11-22commands, hugolib, parser, tpl: Use errors.New instead of fmt.Errorfbogem
2016-11-22commands, hugolib, source, target, tpl: Get rid of some fmt statementsbogem
2016-11-22Fix case issues with ParamsBjørn Erik Pedersen
2016-11-22node to page: Don't repeat the RSS title if it is the sameBjørn Erik Pedersen
2016-11-22Revert "Fix case issues with Params"Bjørn Erik Pedersen
2016-11-22Fix case issues with ParamsBjørn Erik Pedersen
2016-11-16tpl: Add imageConfig functionTristan Rice