summaryrefslogtreecommitdiffstats
path: root/tpl/tplimpl
AgeCommit message (Expand)Author
2023-12-29tpl/math: Add math.Rand template functionJoe Mooring
2023-12-04Pull in the latest code from Go's template packages (#11771)Bjørn Erik Pedersen
2023-12-04tpl: Allow using page resources on the images page parameter for `opengraph`,...Razon Yang
2023-11-27tpl/transform: Add transform.XMLEscape template functionJoe Mooring
2023-11-27tpl/tplimpl: Remove superfluous type attr on script elementsJoe Mooring
2023-11-01tpl/tplimpl: Fix deprecation logic in embedded templatesJoe Mooring
2023-10-31tpl/tplimpl: Fix deprecation logic in RSS templateJoe Mooring
2023-10-18hugolib: Deprecate .Site.DisqusShortnameJoe Mooring
2023-10-18tpl/tplimpl: Fix dropped errorLars Lehtonen
2023-10-17hugolib: Deprecate .Site.GoogleAnalyticsJoe Mooring
2023-10-17tpl/tplimpl: Deprecate .Site.Author usage in RSS templateJoe Mooring
2023-10-17tpl/tplimpl: Deprecate .Site.Social usage with internal templatesJoe Mooring
2023-10-05all: Format files with gofmtOleksandr Redko
2023-09-23google_analytics_async.html: Add deprecation warningCarl Johnson
2023-06-26tpl/tplimpl: Fix typo in global variable nameOleksandr Redko
2023-06-15Fix upstream Go templates bug with reversed key/value assignmentBjørn Erik Pedersen
2023-05-30tpl/tplimpl: Use .Language.LanguageCode in built-in templatesJoe Mooring
2023-05-21tpl/tplimpl: Add img loading attribute to figure shortcode (#10927)InLaw
2023-05-16Create a struct with all of Hugo's config optionsBjø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-02-25Add a page template funcBjørn Erik Pedersen
2023-02-22tocss: Simplify the hugo:vars type handlingBjørn Erik Pedersen
2022-12-22Revert "tpl/tplimpl: Use https in sitemap templates"Joe Mooring
2022-12-14Also consider wrapped errors when checking for file IsNotExist errorsBjørn Erik Pedersen
2022-12-11tpl/tplimpl: Use https in sitemap templatesJoe Mooring
2022-12-06tpl/embedded: Make Open Graph's series optionalRazon Yang
2022-12-04tpl/tplimpl: Allow alternate comment syntaxJoe Mooring
2022-07-13Cache when not found in LookupLayoutBjørn Erik Pedersen
2022-05-31Fix indentation in highlight shortcodeBjørn Erik Pedersen
2022-05-15Improve SASS errorsBjørn Erik Pedersen
2022-05-15postcss: Fix import error handlingBjørn Erik Pedersen
2022-05-14errors: Misc improvementsBjørn Erik Pedersen
2022-05-09Revise the use of htime.Since/htime.NowBjørn Erik Pedersen
2022-05-08Add `clock` cli flagsatotake
2022-05-06Improve error messages, esp. when the server is runningBjørn Erik Pedersen
2022-03-17all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen
2022-03-16tpl: Pull in Go 1.18 patch that fixes the "no space in {{ continue }} and {{ ...Bjørn Erik Pedersen
2022-03-16tpl: Adjustments and an integration test for Go 1.18Bjørn Erik Pedersen
2022-03-09Add lang attribute to internal alias templateJoe Mooring
2022-03-08Cache reflect.MethodByNameBjørn Erik Pedersen
2022-02-27tpl/diagrams: Rename Body to InnerBjørn Erik Pedersen
2022-02-27CodeblockContext method renamesBjørn Erik Pedersen
2022-02-25Move the Goat template to the correct placeBjørn Erik Pedersen
2022-02-24Add Markdown diagrams and render hooks for code blocksBjørn Erik Pedersen
2022-02-23Change `disqus_config` to `window.disqus_config`Akimo
2022-02-17tpl/partials: Fix recently introduced deadlock in partials cacheBjørn Erik Pedersen
2022-02-15tpl: Remove TODO commentBjørn Erik Pedersen
2022-02-15Add --printUnusedTemplatesBjørn Erik Pedersen