Skip to content
Snippets Groups Projects
Commit 3295c7ee authored by Martin Leblanc's avatar Martin Leblanc
Browse files

Merge branch 'feature/ISTWCMS-5487-ebremner-site-footer-link' into '1.0.x'

ISTWCMS-5487: updating site footer template to use new home link variable

See merge request !69
parents 9341f959 48f76e01
No related branches found
No related tags found
1 merge request!69ISTWCMS-5487: updating site footer template to use new home link variable
{% 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 %}
{% 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