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
2017-09-29Clean up lint in various packagesCameron Moore
2017-09-28tpl: Add os.fileExists template functiondigitalcraftsman
2017-09-28tpl: Add float template functionLucas Jenss
2017-09-26tpl: Set Metrics at creation timeBjørn Erik Pedersen
2017-09-26metrics: Add simple template metrics featureCameron Moore
2017-09-26tpl: Add math.Ceil, Floor, and Round to method mappingsCameron Moore
2017-09-25Use Chroma as new default syntax highlighterBjørn Erik Pedersen
2017-09-24tpl: Add urls.Parse functionCameron Moore
2017-09-24tpl: Add math.Ceil, Floor, and RoundCameron Moore
2017-09-23Trim newlines in the hightlight shortcodeBjørn Erik Pedersen
2017-09-23Fix the docs helper toolBjørn Erik Pedersen
2017-09-13tpl/tplimpl: Fix escaped HTML Go 1.9 multioutput issue (#3880)Bjørn Erik Pedersen
2017-09-09tpl/time: Add time.Duration and time.ParseDuration template funcsBjørn Erik Pedersen
2017-09-08tpl/compare: Add cond (ternary) template funcBjørn Erik Pedersen
2017-09-06hugolib: Implement "related content"Bjørn Erik Pedersen
2017-08-22Update template_embedded.gooneleaftea
2017-08-19tpl: Prepare for template metricsBjørn Erik Pedersen
2017-08-18tpl: Cleanup strings.TrimPrefix and TrimSuffixCameron Moore
2017-08-18tpl: Add strings.TrimLeft and TrimRight Cameron Moore
2017-08-18compare, hugolib, tpl: Add Eqer interfaceBjørn Erik Pedersen
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-18Improve 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