Skip to content
Snippets Groups Projects
Commit aae9f5b9 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

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

This reverts commit 3bcbb21c.
parent 1e905439
No related branches found
No related tags found
1 merge request!89Remove TikTok icon
{% if pattern_lab %} <footer class="uw-footer"{% if branding_level == 'full' %} role="contentinfo"{% endif %}>
{% 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"> <div class="uw-site-footer__block">
{% block content %} {% block content %}
{% include "@layouts/site-footer/site-footer.twig" with { {% include "@layouts/site-footer/site-footer.twig" with {
...@@ -16,6 +12,10 @@ ...@@ -16,6 +12,10 @@
} %} } %}
{% endblock %} {% endblock %}
</div> </div>
{% if pattern_lab %}
{% set faculty = faculty ? faculty : 'org-default' %}
{% set branding_level = branding_level ? branding_level : 'full' %}
{% endif %}
<div class="uw-footer__wrapper"> <div class="uw-footer__wrapper">
{% if branding_level == 'full' %} {% if branding_level == 'full' %}
<div class="uw-footer__address"> <div class="uw-footer__address">
......
...@@ -133,7 +133,7 @@ social_media: ...@@ -133,7 +133,7 @@ social_media:
- text: "Instagram" - text: "Instagram"
url: "https://www.instagram.com/uofwaterloo/" url: "https://www.instagram.com/uofwaterloo/"
- text: "Tiktok" - text: "Tiktok"
url: "https://www.tiktok.com/@uwaterloo" url: "https://www.tiktok.com"
- text: "Twitter" - text: "Twitter"
url: "https://twitter.com/uWaterloo" url: "https://twitter.com/uWaterloo"
- text: "LinkedIn" - 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