hugo/tpl
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
..
cast
collections Fix intersect and similar for term entry page collections 2024-03-15 16:45:53 +01:00
compare
crypto
css
data tpl/data: Fix GetCSV deprecation message 2024-02-01 19:21:15 +01:00
debug Fix panic with debug.Dump with Page when running the server 2024-03-26 20:41:30 +01:00
diagrams
encoding
fmt all: Fix typos 2024-02-11 13:51:33 +02:00
hugo
images
inflect
internal Upgrade to Go 1.22.1 2024-03-15 16:40:36 +01:00
js
lang
math
openapi
os
page
partials
path
reflect
resources Fix Name for nested resourced fetched in resources.ByName and similar 2024-03-13 18:59:50 +02:00
safe
site
strings
templates
time
tplimpl tpl/tplimpl: Optionally exclude content from sitemap 2024-04-02 11:21:03 +02:00
transform
urls
template.go
template_info.go Create default link and image render hooks 2024-01-30 20:12:19 +01:00
template_test.go