Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D8CORE-6896: changed non descrimination link and added nofollow to href #923

Merged
merged 1 commit into from
Sep 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions core/src/templates/components/global-footer/global-footer.twig
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
<div class="su-global-footer__content">
<nav aria-label="global footer menu">
<ul class="su-global-footer__menu su-global-footer__menu--global">
<li><a href="https://www.stanford.edu">Stanford Home{{ external_link_text }}</a></li>
<li><a href="https://visit.stanford.edu/basics/">Maps &amp; Directions{{ external_link_text }}</a></li>
<li><a href="https://www.stanford.edu/search/">Search Stanford{{ external_link_text }}</a></li>
<li><a href="https://emergency.stanford.edu">Emergency Info{{ external_link_text }}</a></li>
<li><a href="https://www.stanford.edu" rel="nofollow">Stanford Home{{ external_link_text }}</a></li>
<li><a href="https://visit.stanford.edu/basics/" rel="nofollow">Maps &amp; Directions{{ external_link_text }}</a></li>
<li><a href="https://www.stanford.edu/search/" rel="nofollow">Search Stanford{{ external_link_text }}</a></li>
<li><a href="https://emergency.stanford.edu" rel="nofollow">Emergency Info{{ external_link_text }}</a></li>
</ul>
<ul class="su-global-footer__menu su-global-footer__menu--policy">
<li><a href="https://www.stanford.edu/site/terms/"
<li><a href="https://www.stanford.edu/site/terms/" rel="nofollow"
title="Terms of use for sites">Terms of Use{{ external_link_text }}</a></li>
<li><a href="https://www.stanford.edu/site/privacy/"
<li><a href="https://www.stanford.edu/site/privacy/" rel="nofollow"
title="Privacy and cookie policy">Privacy{{ external_link_text }}</a></li>
<li><a href="https://uit.stanford.edu/security/copyright-infringement"
<li><a href="https://uit.stanford.edu/security/copyright-infringement" rel="nofollow"
title="Report alleged copyright infringement">Copyright{{ external_link_text }}</a></li>
<li><a href="https://adminguide.stanford.edu/chapter-1/subchapter-5/policy-1-5-4"
<li><a href="https://adminguide.stanford.edu/chapter-1/subchapter-5/policy-1-5-4" rel="nofollow"
title="Ownership and use of Stanford trademarks and images">Trademarks{{ external_link_text }}</a></li>
<li><a href="https://studentservices.stanford.edu/more-resources/student-policies/non-academic/non-discrimination"
<li><a href="https://non-discrimination.stanford.edu/" rel="nofollow"
title="Non-discrimination policy">Non-Discrimination{{ external_link_text }}</a></li>
<li><a href="https://www.stanford.edu/site/accessibility"
<li><a href="https://www.stanford.edu/site/accessibility" rel="nofollow"
title="Report web accessibility issues">Accessibility{{ external_link_text }}</a></li>
</ul>
</nav>
Expand Down
Loading