forked from MarseyWorld/MarseyWorld
Fix b75d504d91a5: icon swap conditional on site.
parent
45753ee166
commit
43b4acd3a8
|
@ -68,7 +68,8 @@
|
|||
<div class="navbar navbar-expand-md navbar-light" id="navbar">
|
||||
<div class="container-fluid" style="padding:0;">
|
||||
<a href="/" class="navbar-brand mr-auto {% if not has_logo and not sub %}flex-grow-1{% endif %}">
|
||||
<img id="header--icon" alt="header icon" src="{{asset_siteimg('icons-event/juggalo-2022.webp')}}"> {# src="{{asset_siteimg('headericon.webp')}}" #}
|
||||
{% set headericon_path = 'headericon.webp' if not SITE_NAME == 'rDrama' else 'icons-event/juggalo-2022.webp' -%}
|
||||
<img id="header--icon" alt="header icon" src="{{asset_siteimg(headericon_path)}}">
|
||||
</a>
|
||||
|
||||
{% if sub %}
|
||||
|
|
Loading…
Reference in New Issue