Skip to content
Snippets Groups Projects
Commit 3bcbb21c authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-6026: Updates Pattern lab footer and site container pattern

parent 80390e9b
No related branches found
No related tags found
1 merge request!79ISTWCMS-6026: Add the @uwaterloo account to tiktok (in pattern lab)
<footer class="uw-footer"{% if branding_level == 'full' %} role="contentinfo"{% endif %}>
{% if pattern_lab %}
{% set faculty = faculty ? faculty : 'org-default' %}
{% set branding_level = branding_level ? branding_level : 'full' %}
{% endif %}
<footer class="uw-footer{% if pattern_lab %} {{ faculty }} {% endif %}"{% if branding_level == 'full' %} role="contentinfo"{% endif %}>
<div class="uw-site-footer__block">
{% block content %}
{% include "@layouts/site-footer/site-footer.twig" with {
......@@ -12,10 +16,6 @@
} %}
{% endblock %}
</div>
{% if pattern_lab %}
{% set faculty = faculty ? faculty : 'org-default' %}
{% set branding_level = branding_level ? branding_level : 'full' %}
{% endif %}
<div class="uw-footer__wrapper">
{% if branding_level == 'full' %}
<div class="uw-footer__address">
......
......@@ -133,7 +133,7 @@ social_media:
- text: "Instagram"
url: "https://www.instagram.com/uofwaterloo/"
- text: "Tiktok"
url: "https://www.tiktok.com"
url: "https://www.tiktok.com/@uwaterloo"
- text: "Twitter"
url: "https://twitter.com/uWaterloo"
- text: "LinkedIn"
......
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