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

ISTWCMS-4060: adding custom template for site footer

parent 845ae922
No related branches found
No related tags found
No related merge requests found
{% 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
} %}
{% 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