summaryrefslogtreecommitdiffstats
path: root/tpl
AgeCommit message (Expand)Author
2017-08-12Add an iFrame title to the YouTube shortcodeNic Raboy
2017-08-10tpl/transform: Only strip p tag in markdownify if only one paragraphBjørn Erik Pedersen
2017-08-07all: Fix spellingBjørn Erik Pedersen
2017-08-07all: gofmt -sBjørn Erik Pedersen
2017-08-03Add some missing doc commentsJorin Vogel
2017-08-01Switch from fork bep/inflect to markbates/inflectJorin Vogel
2017-07-31Make the title case style guide configurableBjørn Erik Pedersen
2017-07-28tpl: Accommodate gccgo in TestMethodToNameAnthony Fok
2017-07-28tpl/collections: Fix intersect on []interface{} handlingCameron Moore
2017-07-21tpl: Use hash for cache keyJake Howard
2017-07-17Improve the twitter card templateBjørn Erik Pedersen
2017-07-08tpl/collections: Add some empty slice tests to intersectBjørn Erik Pedersen
2017-07-08tpl/collections: Fix union when the first slice is emptyBjørn Erik Pedersen
2017-07-03tpl/collections: Add Pages support to Intersect and UnionBjørn Erik Pedersen
2017-07-03tpl/collections: Fix In function for JSON arraysBjørn Erik Pedersen
2017-07-03tpl/math: Add log functionArtem Sidorenko
2017-06-28tpl: Add WebP images supportBjørn Erik Pedersen
2017-06-28tpl: Only show post's own keywords in schema.orgBruno Amaral
2017-06-27tpl: Simplify the Disqus template a little bit (#3655)Yihui Xie
2017-06-27tpl: Improve the built-in Disqus template (#3639)Yihui Xie
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