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-01-22Revert "Quick-and-dirty way to print details of template errors"bep
2015-01-22Add dateFormat template functionTatsushi Demachi
2015-01-21Fix two errors in two internal templatesAnthony Fok
2015-01-21Add 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-20Add `safeUrl`; disable `safeHtmlAttr`; rename `safeCSS` to `safeCss`Anthony Fok
2015-01-20Add 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-15Replace `if` with `with` in embedded rss.xmlAnthony Fok
2015-01-13Trivial 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
2014-12-29Make 'where' template function accepts dot chaining key argumentTatsushi Demachi
2014-12-26Add configurable support for angled quotesbep
2014-12-19Added delimit & sort template functions, tests and docsDerek Perkins
2014-12-19Added AuthorList, Author, AuthorSocial, SiteSocial, Image and Video structsDerek Perkins
2014-12-19Provide (relative) reference funcs & shortcodes.Austin Ziegler
2014-12-10ERROR-log on symbolic linksbep
2014-12-09Fix various Windows-issuesbep
2014-12-03Add Ace template engine supportTatsushi Demachi
2014-11-25Add markdownify template filterbep
2014-11-25fixed #656. Templates work properly when watching.spf13
2014-11-20Move template library into it's own package (tpl). No longer dependent on hug...spf13