Subscription links example
Without heading
By default the component includes a visually hidden h2 heading. This option removes it, because the component could be used anywhere on the page and could otherwise break the heading structure.
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/subscription_links", {
email_signup_link: "/foreign-travel-advice/singapore/email-signup",
feed_link: "/foreign-travel-advice/singapore.atom",
hide_heading: true
} %>