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-09-20tpl: Polish i18n testsBjørn Erik Pedersen
2016-09-20tpl: Improve tests and docs for i18nMitchell Cohen
2016-09-19tpl: Set i18n bundle once per test runBjørn Erik Pedersen
2016-09-18Fix i18n with missing translations and add testsMitchell Cohen
2016-09-18Revert the "standardize author data"Bjørn Erik Pedersen
2016-09-17Add First Class Author SupportDerek Perkins
2016-09-16tpl: Add EnableMissingTranslationPlaceholders optiondigitalcraftsman
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-12tpl: Fix typos in testsCameron Moore
2016-09-11Remove redundant field in sort helper structBen Campbell
2016-09-09tpl: Make it more clear on missing language stringBjørn Erik Pedersen
2016-09-08Reset the i18n func map on reloadBjørn Erik Pedersen
2016-09-07tpl: Fix echoParamBjørn Erik Pedersen
2016-09-06Improve i18n string handlingBjørn Erik Pedersen
2016-09-06Render main content language in root by defaultBjø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 sitemap index for multilingual sitesBjørn Erik Pedersen
2016-09-06Optimize the multilanguage build processBjørn Erik Pedersen
2016-09-06Add Translations and AllTranslations to NodeBjørn Erik Pedersen
2016-09-06Rework the i18n template func handlingBjørn Erik Pedersen
2016-09-06Add multilingual support in HugoAlexandre Bourget
2016-08-20tpl: Add missing arg to FatalfBjørn Erik Pedersen
2016-08-17tpl: Return all errors from castingCameron Moore
2016-08-13tpl: Fix faulty ordering of relURL test casesBjørn Erik Pedersen
2016-08-13tpl: Make absURL and relURL accept anythingStephan Kulla
2016-08-04tpl: Fix typo in FindRE testdigitalcraftsman
2016-08-04Fix the time template func testBjørn Erik Pedersen
2016-08-04tpl: Add time template func Wade Fitzpatrick
2016-07-30Take 2: Load templates from the Afero source fsBjørn Erik Pedersen
2016-07-30Load templates from the Afero source fsBjørn Erik Pedersen
2016-07-30Use the Afero source fs where relevantBjørn Erik Pedersen
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