Skip to content
Snippets Groups Projects
Commit a76d2a64 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5635: adding template for local site footer

parent 3dafcdbc
No related branches found
No related tags found
No related merge requests found
Local site footer
{% if site_footer %}
{% include "@layouts/site-footer/site-footer.twig" with {
"body": site_footer.content,
"logo_link": site_footer.logo_link,
"logo_url": site_footer.logo_url,
"site_name": site_footer.site_name,
"logo_alt_text": site_footer.logo_alt_text,
"social_media": site_footer.social_media,
"social_media_placement": "local-site-footer",
"primary": site_footer.primary,
'home_link': site_footer.home_link
} %}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment