-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
If a blog post has more than one tag, a newsletter sign up form is generated for each tag, leading to pages with multiples of the same form or different forms one after the other.
Examples:
Three different forms, one per tag: rust/ svelte/ general mainmatter
Currently, it works this way:
- 'rust' tag -> include rust newsletter form
- 'svelte' tag -> include svelte newsletter form
- all other tags -> include one instance of the general form
I propose:
- no repeat forms: if multiple tags are the same (aka not-rust and not-svelte), only include one form
Preferred behavior question:
- on blog posts with multiple tags, like my second example above, do we want to include all relevant forms? Or just the one related to the tag mentioned first, as it's probably the most important?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels