summaryrefslogtreecommitdiffstats
path: root/tpl
AgeCommit message (Expand)Author
2023-06-28Fix output formats and media type per language config regressionBjørn Erik Pedersen
2023-06-28common/collections: Fix append regression to allow appending nilkhayyam
2023-06-26tpl/tplimpl: Fix typo in global variable nameOleksandr Redko
2023-06-18Replace the old log setup, with structured logging etc.Bjørn Erik Pedersen
2023-06-15Fix upstream Go templates bug with reversed key/value assignmentBjørn Erik Pedersen
2023-06-14tpl/collections: Fix append when appending a slice to a slice of slicesBjørn Erik Pedersen
2023-06-13tpl/math: Allow variadic math functions to take slice args, add math.Product,...Bjørn Erik Pedersen
2023-06-01markup: Fix typo in function and struct namesOleksandr Redko
2023-06-01all: Replace deprecated ioutil with io and osOleksandr Redko
2023-05-30tpl/tplimpl: Use .Language.LanguageCode in built-in templatesJoe Mooring
2023-05-29Fix potential deadlock in ByParamBjørn Erik Pedersen
2023-05-22docs: Regen docshelperBjørn Erik Pedersen
2023-05-21tpl/tplimpl: Add img loading attribute to figure shortcode (#10927)InLaw
2023-05-20Add hugo.WorkingDirBjørn Erik Pedersen
2023-05-20tpl/urls: Return empty string when JoinPath has zero argsJoe Mooring
2023-05-19tpl/urls: Fix build broken by a mergeBjørn Erik Pedersen
2023-05-19tpl/urls: Add JoinPath template functionJoe Mooring
2023-05-18all: Fix comments for exported functions and packagesOleksandr Redko
2023-05-17tpl/lang: document delimiter option for FormatNumberCustomJoe Mooring
2023-05-16tpl: Add math.AbsOleksandr Redko
2023-05-16Create a struct with all of Hugo's config optionsBjørn Erik Pedersen
2023-04-27tpl/strings: Clarify findRESubmatch descriptionJoe Mooring
2023-04-20tpl/debug: Add VisualizeSpacesBjørn Erik Pedersen
2023-03-20resources.functions: improve validationAndreas Deininger
2023-03-14tpl/math: Return error if less than 2 input numberssepts
2023-03-12Run gofmt -s on source filesAndreas Deininger
2023-03-11tpl/math: Allow multi numbers in add, sub, mul, div, min and maxsepts
2023-03-08tpl: Add hasSuffix aliasJonathan Fisher
2023-03-05Allow page.TableOfContents on self in shortcodeBjørn Erik Pedersen
2023-03-04tpl/partial: Consolidate GoDocBjørn Erik Pedersen
2023-03-04Fix "context canceled" with partialBjørn Erik Pedersen
2023-03-04Page context handling in i18nBjørn Erik Pedersen
2023-03-02Correct typos in Go commentsOleksandr Redko
2023-03-02Fix "page" not definedBjørn Erik Pedersen
2023-03-01tpl/tplimpl: Remove the Google News internal templateJoe Mooring
2023-03-01strings: fix Truncate behavior for formatted htmlKhayyam Saleem
2023-03-01tpl/strings: Adjust benchmarkBjørn Erik Pedersen
2023-03-01tpl/strings: Add BenchmarkTruncateBjørn Erik Pedersen
2023-03-01Replace deprecated ioutil with io and osOleksandr Redko
2023-02-25Add a page template funcBjørn Erik Pedersen
2023-02-22tocss: Simplify the hugo:vars type handlingBjørn Erik Pedersen
2023-02-22tpl/internal: Sync Go template src to Go 1.20Bjørn Erik Pedersen
2023-02-21Add page fragments support to RelatedBjørn Erik Pedersen
2023-02-08tpl/collections: Improve error message in IndexBjørn Erik Pedersen
2023-02-05tpl/strings: Add strings.ContainsNonSpaceBjørn Erik Pedersen
2023-01-31Fix description of collections.UniqJoe Mooring
2023-01-25Only invoke a given cached partial onceBjørn Erik Pedersen
2023-01-17tpl/strings: Add findRESubmatchBjørn Erik Pedersen
2023-01-04Misc doc, code refactoring to improve documentationBjørn Erik Pedersen
2023-01-04Make readFile return nil when file not found (note)Bjørn Erik Pedersen