Skip to content

Site Footer Simple

Specifications

Properties

PropertyTypeDescriptionRequiredDefault
logointeger WordPress image ID Yes-
footer_logo_sizestring applies modifier class to logo to adjust size

Allowed Values: "small", "medium", "large"
Nofalse
footer_text_alignstring applies utility class to align contact info on medium breakpoint and up

Allowed Values: "left", "center", "right"
Nofalse
logo_linkobject - No-
└ urlstring - --
└ targetstring -

Allowed Values: "_blank", "_self", "_window"
--
copyrightstring Simple inline markup No-
contact_infostring block of inline HTML usually separated with <br> tags No-
menuarray Array of menu items. Usually handled by passing a Timber menu object No-
└ itemobject - --
└ titlestring Menu item label --
└ linkstring Menu item location --
└ targetstring Open in a new tab

Allowed Values: "_blank", "_self", "_window"
--
└ classesstring - --

Changelog

5.0.0 (2023-06-13)

2.3.0 (2022-12-13)

  • fix: clean up generated contact info copy (0c76383)
  • feat: add logo size modifiers (8c861cc)

1.23.0 (2021-08-04)

1.10.0

  • site-footer-simple added

Contains

Other core components embedded within this template.

Examples

Default

{{ include( 'components/site-footer-simple.twig', {
	logo: "badge-placeholder.svg"
	copyright: "© Lorem ipsum"
	contact_info: "000-000-0000<br>123 Main St<br>Not Chicago, IL 12345"
	menu: {...}
} ) }}