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
2016-11-23tpl: SimplifyBjørn Erik Pedersen
2016-11-23tpl: Drop an else block in checkConditionbogem
2016-11-23commands, hugolib, parser, tpl: Use errors.New instead of fmt.Errorfbogem
2016-11-16tpl: Add imageConfig functionTristan Rice
2016-11-15source, tpl: Fix staticcheck complaintsAlbert Nigmatzianov
2016-11-05tpl: Golint fixesBjørn Erik Pedersen
2016-10-24all: Unify case of config variable namesAlbert Nigmatzianov
2016-10-24Avoid reading from Viper for path and URL funcsBjørn Erik Pedersen
2016-10-12tpl: Add partialCached template functionCameron Moore
2016-09-13tpl: Make the *langURL funcs tace interface{}Bjørn Erik Pedersen
2016-09-12tpl: Extend where to iterate over mapsCameron Moore
2016-09-11Remove redundant field in sort helper structBen Campbell
2016-09-07tpl: Fix echoParamBjørn Erik Pedersen
2016-09-06Improve language handling in URLsBjørn Erik Pedersen
2016-09-06Make it possible to configure Blackfroday per languageBjørn Erik Pedersen
2016-09-06Add multilingual support in HugoAlexandre Bourget
2016-08-17tpl: Return all errors from castingCameron Moore
2016-08-13tpl: Make absURL and relURL accept anythingStephan Kulla
2016-08-04tpl: Add time template func Wade Fitzpatrick
2016-07-19Add `htmlEscape` and `htmlUnescape` template functionsCathal Garvey
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-06Add non-string support in markdownifyBjørn Erik Pedersen
2016-04-28tpl: Add intersect operator to where functionChristopher Mancini
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-08Make Hugo build without MercurialBjørn Erik Pedersen
2016-04-05tpl: Add findRE template funcdigitalcraftsman
2016-04-03tpl: Fix panic in sort of nil sequenceCameron Moore
2016-04-03tpl: Fix panic in pairList.LessCameron Moore
2016-04-01tpl: Make readDir use the WorkingDir fsBjørn Erik Pedersen
2016-03-31Add readFile template funcBjørn Erik Pedersen
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-16tpl: Treat booleans as set in default functionCameron Moore
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 emoji supportBjørn Erik Pedersen
2016-03-11tpl: Add replaceRE functionCameron Moore
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