Skip to main

OddNews Macros

content/_includes/oddnews.macros.njk

Macros related to OddNews newsletter.

Macros

oddnews_signup()

Generate an OddNews signup form

Params:

  • heading {boolean | string} = true

    Whether to include the “OddNews Sign Up” heading, or a custom heading

  • subheading {boolean | string} = true

    Whether to include default subheading, or a custom subheading

  • tag {string} = footer

    tag for page where signup form is located: ‘footer’ or ‘oddblog’ or ‘oddnews’ Or, a custom tag for a specific list. Must be mapped to a tag ID in filters/utils.js:oddNewsTags

  • class {string} = none

    optional class to add to wrapping <div>

See Also