Skip to content
Snippets Groups Projects
Commit 48f76e01 authored by Eric Bremner's avatar Eric Bremner Committed by wodby
Browse files

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

parent 9341f959
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 %} {% if site_footer %}
{% include "@layouts/site-footer/site-footer.twig" with { {% include "@layouts/site-footer/site-footer.twig" with {
"body": site_footer.content, "body": site_footer.content,
"logo_link": site_footer.logo_link, "logo_link": site_footer.logo_link,
"logo_url": site_footer.logo_url, "logo_url": site_footer.logo_url,
"site_name": site_footer.site_name, "site_name": site_footer.site_name,
"logo_alt_text": site_footer.logo_alt_text, "logo_alt_text": site_footer.logo_alt_text,
"social_media": site_footer.social_media, "social_media": site_footer.social_media,
"social_media_placement": "local-site-footer", "social_media_placement": "local-site-footer",
"primary": site_footer.primary "primary": site_footer.primary,
} %} 'home_link': site_footer.home_link
{% endif %} } %}
{% 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