Footer
The footer provides copyright, licensing and other information about your service and department.
Default footer
When no arguments are provided, a bare footer is generated.
Footer with meta links
You can also include links to meta information about a site, such as cookies and contact details in the footer:
Footer with meta links that have custom HTML attributes
If you need greater control of the meta links you can
provide them as an array of hashes with the keys text:
, href:
and attr:
where
attr is a hash of HTML attributes.
Footer with custom content above the licence information
The meta_html
slot allows any custom HTML to be placed above the licence information. Use
the govuk_footer_link_to
helper to build footer links.
Footer with entirely custom content
The meta
slot overwrites the entire meta
area of the footer.