Skip to content
Snippets Groups Projects
Commit ffea286f authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-6929: adding UW to page title

parent 5f8be4e0
No related branches found
No related tags found
1 merge request!126ISTWCMS-6929: adding UW to page title
...@@ -27,6 +27,9 @@ ...@@ -27,6 +27,9 @@
not root_path ? 'front' : 'not-front', not root_path ? 'front' : 'not-front',
node_type ? 'node-page node-page--node-type-' ~ node_type|clean_class, node_type ? 'node-page node-page--node-type-' ~ node_type|clean_class,
] %} ] %}
{% set head_title = head_title|merge({'uw': 'University of Waterloo'}) %}
<!DOCTYPE html> <!DOCTYPE html>
<html{{ html_attributes }} class="no-js"> <html{{ html_attributes }} class="no-js">
<head> <head>
......
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