Skip to content
Snippets Groups Projects
Commit 26eb7415 authored by Eva Dale's avatar Eva Dale
Browse files

Merge branch 'lee5151' into 'main'

Add config check before setting footer logo link

See merge request !49
parents 7e5bc89c 38e47bce
No related branches found
No related tags found
1 merge request!49Add config check before setting footer logo link
......@@ -3,10 +3,11 @@
<div class="container">
<div id="footer1-container" class="col-xs-12 col-md-4">
<a href="https://osu.edu/">
{% if osu_logo %}
<a href="https://osu.edu/">
<img src="{{ base_path ~ directory }}/images/osu-logos/horiz/osu-horiz-white.svg" id="footer-osu-logo" alt="The Ohio State University logo" />
{% else %}
<a href="https://asc.osu.edu/">
<img src="{{ base_path ~ directory }}/images/logos/asc-logo-white.svg" id="footer-osu-logo" alt="The Ohio State University College of Arts and Sciences logo" />
{% endif %}
</a>
......
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