summaryrefslogtreecommitdiffstats
path: root/tpl
AgeCommit message (Expand)Author
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-05Apply gofmt -sbep
2015-02-19Use $.Paginator in templatebep
2015-02-17Suppress 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
2015-02-01Use .Site.Params.description as fallback for social partialsbep
2015-01-31Print template parsing errors to aid troubleshootingAnthony Fok
2015-01-31Add writable context to Nodebep
2015-01-31Merge branch 'master' of github.com:spf13/hugospf13
2015-01-30Some more .Date.IsZero checks in internal templatesbep
2015-01-30Remove _default prefix from SEO templatesbep
2015-01-30Use .Date.IsZero to skip unset date in embedded templatesAnthony Fok
2015-01-30template render with BBPspf13
2015-01-26Add Bootstrap-compatible pagination.htmlbep
2015-01-22Revert "Quick-and-dirty way to print details of template errors"bep
2015-01-22Add dateFormat template functionTatsushi Demachi
2015-01-20Fix two errors in two internal templatesAnthony Fok
2015-01-20Add missing assertion to trim-testbep
2015-01-20Add tests for IsSetbep
2015-01-20Add test binaries to .gitignorebep
2015-01-20Refactor TestGt to also include Lt, Ge, Le, Eq and Nebep
2015-01-20Add tests for Applybep
2015-01-20Add inline doc for Applybep
2015-01-20Rename ignoreDotFile to isDotFile (which is what it is)bep
2015-01-20Replace regexp based Chomp with builtin TrimRightbep
2015-01-20Add tests for Replacebep
2015-01-20Add tests for Trimbep
2015-01-20Add tests for Chompbep
2015-01-20Quick-and-dirty way to print details of template errorsAnthony Fok
2015-01-19Add `safeUrl`; disable `safeHtmlAttr`; rename `safeCSS` to `safeCss`Anthony Fok
2015-01-19Add SafeHtmlAttr, SafeCSS template functionTatsushi Demachi
2015-01-19Make RSS dates validbep
2015-01-18Make all the params to Replace an interface{}bep
2015-01-18Rewrite first argument to interface{}Tom Helmer Hansen
2015-01-18Add trim and replace template functionsTom Helmer Hansen
2015-01-14Replace `if` with `with` in embedded rss.xmlAnthony Fok
2015-01-12Trivial fixes to get RSS 2.0 feeds to validate.Anthony Fok
2015-01-08Fix `echoParam` template function to accept string key nameTatsushi Demachi
2015-01-04Add operator argument to `where` template functionTatsushi Demachi
2015-01-02Implement `apply`.Austin Ziegler
2015-01-02Add a chomp function.Austin Ziegler
2015-01-02Initialize funcMap in an init function.Austin Ziegler
2015-01-02Hygiene: Reduce copy-pasted code.Austin Ziegler
2014-12-29Refactor tpl codesTatsushi Demachi