hugo/tpl/tplimpl
Razon Yang 14d85ec136
tpl: Allow using page resources on the images page parameter for opengraph, schema and twitter_cards templates
The page images selection order as follows:

1. Page's images parameter, image resources are supported.
2. Page's image resources that naming in *feature*, *cover* or *thumbnail* pattern.
3. If no page images specified, then the first one of site's images will be used as the fallback, supports site resources.
2023-12-04 12:05:41 +01:00
..
embedded tpl: Allow using page resources on the images page parameter for opengraph, schema and twitter_cards templates 2023-12-04 12:05:41 +01:00
integration_test.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
shortcodes.go
shortcodes_test.go
template.go tpl: Allow using page resources on the images page parameter for opengraph, schema and twitter_cards templates 2023-12-04 12:05:41 +01:00
template_ast_transformers.go all: Format files with gofmt 2023-10-05 14:45:55 +02:00
template_ast_transformers_test.go
template_errors.go
template_funcs.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
template_funcs_test.go tpl/transform: Add transform.XMLEscape template function 2023-11-27 10:52:33 +01:00
template_test.go
templateFuncster.go
templateProvider.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00