Skip to content

Commit

Permalink
Merge pull request #982 from web-illinois/980-replace-hard-coded-uiuc…
Browse files Browse the repository at this point in the history
…-in-page-title-with-illinois

Replace UIUC with Illinois in title tag
  • Loading branch information
trubach authored Feb 7, 2024
2 parents 5a8e4e7 + 0745531 commit 776fd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/layout/html.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<script src="https://onetrust.techservices.illinois.edu/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="26be7d61-2017-4ea7-8a8b-8f1704889763"></script>
<script type="text/javascript">function OptanonWrapper() { }</script>
{%- endif %}
<title>{{ head_title|safe_join(' | ') }} | UIUC</title>
<title>{{ head_title|safe_join(' | ') }} | Illinois</title>
<css-placeholder token="{{ placeholder_token }}">
<js-placeholder token="{{ placeholder_token }}">
</head>
Expand Down

0 comments on commit 776fd10

Please sign in to comment.