hugo/tpl/tplimpl
Joe Mooring 6738a3e79d tpl/tplimpl: Optionally exclude content from sitemap
Define global inclusion/exclusion in site configuration, and override
via front matter. For example, to exclude a page from the sitemap:

    [sitemap]
    disable = true # default is false

Closes #653
Closes #12282

Co-authored-by: kolappannathan <kolappannathan@users.noreply.github.com>
Co-authored-by: felicianotech <FelicianoTech@gmail.com>
2024-04-02 11:21:03 +02:00
..
embedded tpl/tplimpl: Optionally exclude content from sitemap 2024-04-02 11:21:03 +02:00
render_hook_integration_test.go tpl/tplimpl: Honor markdown attributes in embedded image render hook 2024-03-07 08:21:58 +01:00
shortcodes.go
shortcodes_test.go
template.go
template_ast_transformers.go
template_ast_transformers_test.go
template_errors.go
template_funcs.go
template_funcs_test.go
template_test.go
templateFuncster.go
templateProvider.go
tplimpl_integration_test.go tpl/tplimpl: Optionally exclude content from sitemap 2024-04-02 11:21:03 +02:00