Skip to content
Snippets Groups Projects
Commit 38e47bce authored by Michael Lee's avatar Michael Lee
Browse files

Add config check before setting footer logo link

parent 7e5bc89c
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