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-12-29tpl/transform: Do not unescape input to highlightBjørn Erik Pedersen
2017-12-17tpl/strings: Fix broken testBjørn Erik Pedersen
2017-12-17Make chomp return the type it receivesVictor Kropp
2017-12-16Reuse the BlackFriday instance when possibleBjørn Erik Pedersen
2017-12-01Fix context of opengraph video rangeChristian Nolte
2017-11-28vendor: Fix Humanize for multi-byte runesBjørn Erik Pedersen
2017-11-25tpl/images: Close image fileBjørn Erik Pedersen
2017-11-18Fix broken shortcodes for Ace and AmberBjørn Erik Pedersen
2017-11-17Add support for multiple staticDirsBjørn Erik Pedersen
2017-11-16tpl/partials: Fix the lock contention in cached partialBjørn Erik Pedersen
2017-11-16tpl/partials: Fix cache lockingBjørn Erik Pedersen
2017-11-16tplimpl: Make partial benchmarks use RunParallelBjørn Erik Pedersen
2017-10-30tpl/math: Refactor Mod with castArtem Sidorenko
2017-10-29Add support for height argument to figure shortcodeKaushal Modi
2017-10-17Revert "tplimpl: Output xmlns:xhtml only if there are translations available"Bjørn Erik Pedersen
2017-10-07metrics: Detect partialCached candidatesBjørn Erik Pedersen
2017-10-07tpl: Rework the partial test and benchmarksBjørn Erik Pedersen
2017-10-04tplimpl: Output xmlns:xhtml only if there are translations availableJamie Connolly
2017-10-03tpl: Add errorf template functionBrendan Roy
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