hugo-wasm/tpl/tplimpl
Bjørn Erik Pedersen 9b5f786df8 Deprecate kind, lang, and path from front matter
These were added to the page meta object when we implemented "pages from data", but were not meant to be used in front matter.

That is not supported, so we might as well add validation.

Fixes #12484
2025-02-10 21:22:43 +01:00
..
embedded tpl/tplimpl: Remove leading whitespaces produced by Youtube shortcode 2025-01-31 09:29:10 +01:00
render_hook_integration_test.go tpl/tplimpl: Use plain text for image render hook alt attribute 2025-01-10 19:44:39 +02:00
shortcodes.go all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
shortcodes_integration_test.go Deprecate kind, lang, and path from front matter 2025-02-10 21:22:43 +01:00
shortcodes_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
template.go tpl/tplimpl: Deprecate twitter shortcode in favor of x shortcode 2025-01-16 10:33:34 +01:00
template_ast_transformers.go Replace the MD5 hashing of images with xxHash 2024-07-31 16:44:06 +02:00
template_ast_transformers_test.go Implement defer 2024-06-23 11:25:47 +02:00
template_errors.go Create default link and image render hooks 2024-01-30 20:12:19 +01:00
template_funcs.go Add js.Batch 2024-12-12 21:43:17 +01:00
template_funcs_test.go tpl/tplimpl: Skip TestTemplateFuncsExamples on s390x 2025-01-23 10:18:43 +01:00
template_test.go Fix base template handling with preceding comments 2020-01-30 23:44:42 +01:00
templateFuncster.go Rework template handling for function and map lookups 2019-12-12 10:04:35 +01:00
templateProvider.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
tplimpl_integration_test.go tpl/tplimpl: Fix context in shortcode error messages 2025-01-20 16:17:55 +01:00