summaryrefslogtreecommitdiffstats
path: root/tpl
AgeCommit message (Expand)Author
2017-06-13Run gofmt to get imports in line vs gohugoio/hugoBjørn Erik Pedersen
2017-06-13all: Update textual references in Go source to point to gohugoio/hugoBjørn Erik Pedersen
2017-06-13all: Update import paths to gohugoio/hugoBjørn Erik Pedersen
2017-06-08tpl/collections: Add uint support to InCameron Moore
2017-06-08tpl/collections: Support interfaces in unionCameron Moore
2017-06-03tpl: Add uniq functionNathan Sharfi
2017-05-22tpl/cast: Handle template.HTML and friends in ToIntCameron Moore
2017-05-20tpl/time: Re-add the time exampleBjørn Erik Pedersen
2017-05-20tpl: Make the Namespace func signature explicitBjørn Erik Pedersen
2017-05-20tpl/time: Remove asTime template func mappingCameron Moore
2017-05-20tpl/time: Support overlapping namespace and template funcCameron Moore
2017-05-19tpl/collections: Make IsSet WARNING less chattyBjørn Erik Pedersen
2017-05-18tpl/images: Fix error handling in ConfigBjørn Erik Pedersen
2017-05-18tpl/collections: Use Feedback log instead of Error in IsSetCameron Moore
2017-05-18tpl/collections: Log an error on unsupported types in IsSetCameron Moore
2017-05-18tpl/collections: Add support for interfaces to intersectCameron Moore
2017-05-18tpl/lang: Add NumFmt functionCameron Moore
2017-05-17tmplimpl: Add support for ellipsed paginatorBjørn Erik Pedersen
2017-05-13hugolib: Handle shortcode per output formatBjørn Erik Pedersen
2017-05-04tpl: Add some GoDoc info to template func docsBjørn Erik Pedersen
2017-05-02tpl/urls: Make urlize return a stringBjørn Erik Pedersen
2017-05-02tpl/data: Clean up data namespaceCameron Moore
2017-05-02tpl/data: Move cache logic to separate fileCameron Moore
2017-05-02tpl/data: Shorten some internal func namesCameron Moore
2017-05-02tpl/images: Fix embedded sync.MutexCameron Moore
2017-05-02tpl: Add basic tests for all namespace init funcsCameron Moore
2017-05-01tpl: Add docshelper for template funcsBjørn Erik Pedersen
2017-05-01tpl/partials: Remouve unused methodBjørn Erik Pedersen
2017-05-01tpl: Fix the remaining template funcs namespace issuesBjørn Erik Pedersen
2017-05-01 tpl/urls: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl/transform: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl/time: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl/safe: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl/os: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl/inflect: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl/images: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl/encoding: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl/crypto: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl/collections: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl/compare: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl/data: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl/strings: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl/math: Make it a package that stands on its ownBjørn Erik Pedersen
2017-05-01tpl: Add TemplateFuncsNamespaceRegistryBjørn Erik Pedersen
2017-04-30tpl: Add template function namespacesCameron Moore
2017-04-22tplimpl: Add translation links to the default sitemap templateJack Taylor
2017-04-16tplimpl: Allow text partials in HTML templatesBjørn Erik Pedersen
2017-04-13output: Fix base theme vs project base template logicBjørn Erik Pedersen
2017-04-06tpl: Set RenderingContext.Config in markdownifyAlbert Nigmatzianov
2017-04-05tpl: Fix nil pointer in Tree()Bjørn Erik Pedersen