From 57f56faf6af5595ceaffee8e7ece87776d18d01a Mon Sep 17 00:00:00 2001 From: m26lebla <m26lebla@uwaterloo.ca> Date: Tue, 14 Jul 2020 13:40:34 -0400 Subject: [PATCH] n Adding the statement to the twig template --- .../territorial-statement/territorial-statement.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_patterns/04-components/territorial-statement/territorial-statement.twig b/source/_patterns/04-components/territorial-statement/territorial-statement.twig index 89ef1ee5..34be7e48 100644 --- a/source/_patterns/04-components/territorial-statement/territorial-statement.twig +++ b/source/_patterns/04-components/territorial-statement/territorial-statement.twig @@ -1,5 +1,5 @@ <div class="uw-bg--{{ modifier_classes }}"> <div class="uw-territorial"> - {{ territorial_text }} + <p>The University of Waterloo acknowledges that our work is on the traditional territory of ‎ the Neutral, Anishinaabeg and Haudenosaunee peoples. Our institution is situated on the Haldimand Tract, the land promised to the Six Nations that includes six miles on each side of the Grand River. Our active work toward reconciliation takes place across our campuses through research, learning, teaching, and community building, and is centralized within our <a href="https://uwaterloo.ca/human-rights-equity-inclusion/about/indigenous-initiatives" >Indigenous Initiatives Office</a>.</p> </div> </div> \ No newline at end of file -- GitLab