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

Merge branch 'feature/ISTWCMS-6026-m26lebla-add-tiktok-to-footer' into '1.0.x'

ISTWCMS-6026: Add the @uwaterloo account to tiktok (in pattern lab)

See merge request !79
parents 91b37906 3bcbb21c
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"> <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 {
...@@ -12,10 +16,6 @@ ...@@ -12,10 +16,6 @@
} %} } %}
{% 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">
......
...@@ -67,7 +67,7 @@ social_media: ...@@ -67,7 +67,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" url: "https://www.tiktok.com/@uwaterloo"
- text: "Twitter" - text: "Twitter"
url: "https://twitter.com/uWaterloo" url: "https://twitter.com/uWaterloo"
- text: "LinkedIn" - text: "LinkedIn"
......
...@@ -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" url: "https://www.tiktok.com/@uwaterloo"
- text: "Twitter" - text: "Twitter"
url: "https://twitter.com/uWaterloo" url: "https://twitter.com/uWaterloo"
- text: "LinkedIn" - text: "LinkedIn"
......
...@@ -3,7 +3,7 @@ social_media: ...@@ -3,7 +3,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" url: "https://www.tiktok.com/@uwaterloo"
- 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