aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
AgeCommit message (Expand)Author
9 daysFix panic on server rebuilds when using both base templates and template.DeferBjørn Erik Pedersen
10 daysjs: Fix js.Batch for multihost setupsBjørn Erik Pedersen
12 daystpl/tplimpl: Fix title attribute in details shortcodeJoe Mooring
12 daystpl/tplimpl: Update youtube shortcodeJoe Mooring
12 daystpl/tplimpl: Update details shortcodeJoe Mooring
13 daystpl/collections: Allow querify to accept a map argumentJoe Mooring
13 daystpl/tplimpl: Add details shortcoderacehd
13 daysAdd js.BatchBjørn Erik Pedersen
2024-12-09tpl/tplimpl: Escape Markdown attributes in render hooks and shortcodesJoe Mooring
2024-11-29Fix server edits of resources included in shortcode/hooksBjørn Erik Pedersen
2024-11-16Remove deprecations <= v0.122.0 (note)Bjørn Erik Pedersen
2024-11-04tpl/tplimpl: Create an embedded comment shortcodeJoe Mooring
2024-11-01resources: Address Dart Sass deprecation of global built-in functionsJoe Mooring
2024-10-24hugolib/commands: Fix stuck server error issuesBjørn Erik Pedersen
2024-10-22tpl/transform: Revert unmarshal whitespace removalJoe Mooring
2024-10-19tpl/strings: Add TrimSpace functionJoe Mooring
2024-10-18tpl/transform: Don't fail on "no data to transform"Bjørn Erik Pedersen
2024-10-12tpl/tplimpl: Trim descriptions rather than just chompPatrice Chalin
2024-09-30markup/goldmark: Change default cell alignment in table render hookJoe Mooring
2024-09-29tests: Address deprecation warnings and errorsJoe Mooring
2024-09-22tpl/compare: Use any data type for compare.Conditional conditionJoe Mooring
2024-09-19tpl: Remove RSS deprecation site.Author checkBjørn Erik Pedersen
2024-09-12internal/warpc: Improve the JS plugin APIBjørn Erik Pedersen
2024-08-31Make all renderhook Text methods return template.HTMLBjørn Erik Pedersen
2024-08-31Add Markdown render hooks for tablesBjørn Erik Pedersen
2024-08-30Fix deprecation warning for resources.ToCSSAndreas Deininger
2024-08-30tpl/resources: Improve resources.Concat error messageJoe Mooring
2024-08-29tpl: Trim whitespace from google_analytics.htmlPatrice Chalin
2024-08-15Upgrade to Go 1.23Bjørn Erik Pedersen
2024-08-14tpl/transform: Don't run ToMath tests in parallelBjørn Erik Pedersen
2024-08-12Improve Katex error handling and fix handling of large expressionsBjørn Erik Pedersen
2024-08-11Add katex option ThrowOnErrorBjørn Erik Pedersen
2024-08-11Add some more KaTeX optionsBjørn Erik Pedersen
2024-08-11tpl/transform: Make Plainify and ToMath return template.HTMLBjørn Erik Pedersen
2024-08-10Fix compare of uints and ints in eq, gt etc.Bjørn Erik Pedersen
2024-08-09Add build time math renderingBjørn Erik Pedersen
2024-08-06tpl/cast: Improve floatBjørn Erik Pedersen
2024-08-06Skip TestEchoParamBjørn Erik Pedersen
2024-08-05Fix deprecation errorsBjørn Erik Pedersen
2024-08-01resources/page: Expand parmalinks tokens in `url`n1xx1
2024-08-01Bump to go 1.21 in go.modBjørn Erik Pedersen
2024-08-01tpl: Sync Go template packages with the Go 1.22.5 sourceBjørn Erik Pedersen
2024-07-31Shorten processed image filenamesBjørn Erik Pedersen
2024-07-31Consolidate all hashing to the common/hashing packageBjørn Erik Pedersen
2024-07-31Replace the MD5 hashing of images with xxHashBjørn Erik Pedersen
2024-07-31identity: Upgrade to github.com/mitchellh/hashstructure/v2 v2.0.2Bjørn Erik Pedersen
2024-07-29math: Add trigonometric functions and some angle helper functionsraoulb
2024-07-17tpl: Use xxHash instead of MD5 to hash the deferred templatesBjørn Erik Pedersen
2024-07-17Throw error if resources.PostProcess is used in a deferred templateBjørn Erik Pedersen
2024-07-06Add hash.XxHashBjørn Erik Pedersen