Skip to content
Snippets Groups Projects
Commit ab77e060 authored by Brian Canini's avatar Brian Canini
Browse files

course and footer updates

- adding taxonomy terms 3 to courses node template
- updating privacy link text
parent f628b65d
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,16 @@
</div>
{% endif %}
{% endfor %}
{% for item in content.field_course_term_3 %}
{% if item['#title'] %}
<div class="taxonomy-course">
<a href="/courses?field_course_term_3_target_id={{ item['#options'].entity.tid.0.value }}">
{{ item['#title'] }}
</a>
</div>
{% endif %}
{% endfor %}
</div>
</div>
......
......@@ -45,7 +45,7 @@
</li>
<li>
<a href="https://go.osu.edu/privacy">
Privacy Policy
Privacy Statement
</a>
</li>
<li>
......
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