Sorry for jumping in! For 11ty, probably the easiest way to do tags only for certain sections is to have separate 11ty blogs for each section. If you want to stick to a single 11ty blog, you can define tags unique to each section and then have separate tag lists for each section (you can do this using the Collections API, but this involves knowing a little javascript).
Edited (clearer wording) Date: 2026-01-25 06:42 am (UTC)
no subject
Date: 2026-01-25 06:41 am (UTC)Sorry for jumping in! For 11ty, probably the easiest way to do tags only for certain sections is to have separate 11ty blogs for each section. If you want to stick to a single 11ty blog, you can define tags unique to each section and then have separate tag lists for each section (you can do this using the Collections API, but this involves knowing a little javascript).