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
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
2015-05-15Set s.Info.LastChange to LastmodJuan B. Rodriguez
2015-05-11Add relURL template funcbep
2015-05-11Add absURL template funcbep
2015-05-09Update test logs for uniformity and consistencybep
2015-05-02Disable faulty range validation in applybep
2015-05-01tpl: check that types in args match the target func's typebep
2015-04-30tpl: add sanity check to prevent panic in seq on big numsbep
2015-04-30tpl: check for too many arguments in applybep
2015-04-30tpl: check slice bounds in slicestrbep
2015-04-30tpl: avoid panic on too few args to applybep
2015-04-18Expand the ACE base template lookup patternbep
2015-04-16Fix broken Highlight testbep
2015-04-15Add more options to highlightbep
2015-04-05tpl: split template.gobep
2015-04-01Remove paragraph tags produced by markdownifybep
2015-03-29Handle views in combo with Ace base templatesbep
2015-03-26Add support for Ace base and inner templatesbep
2015-03-23Change to variadic int args in Slicestrbep
2015-03-23Implement substr template functionAnthony Fok
2015-03-23Rename Slice to Slicestrbep
2015-03-23Polish Slice docbep
2015-03-23Rename Substr to Slicebep
2015-03-22Polish Substr and Split testsbep
2015-03-22Add Substr and Split template functionsXin Fan
2015-03-18template: add some missing test cases for Firstbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-16Add "getenv" as an wrapper for os.Getenvquoha
2015-03-14Revert "Added image support to the sitemap.xml template"bep
2015-03-13Added image support to the sitemap.xml templateDerek Perkins
2015-03-13Add Seq template funcbep
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-11doArithmetic: add test for division by zerobep
2015-03-11Add some basic tests for doArithmeticbep
2015-03-10Do not parse backup files with trailing '~' as templatesAnthony Fok
2015-03-09Add test cases for Ne and Eq type normalisationbep
2015-03-09Fix eq and ne tpl function issueTatsushi Demachi
2015-03-06Fix errors reported by Go Vetbep
2015-03-06Apply gofmt -sbep
2015-02-19Use $.Paginator in templatebep
2015-02-18Suppress errors for symbolic links witch point to a file.René Jochum
2015-02-17GetJson and GetCsv have now variadic URL parts so that you can submit pre or ...Cyrill Schumacher
2015-02-17Add --ignoreCache CLI flag with description "Ignores theCyrill Schumacher
2015-02-17Adding getJson and getCsv to funcMapCyrill Schumacher
2015-02-17Merge to stay up to date with current devCyrill Schumacher