forked from MarseyWorld/MarseyWorld
master
parent
ecfee05a9a
commit
1615ca0108
|
@ -12,7 +12,9 @@
|
|||
<a {% if v %}href="/"{% else %}href="/logged_out"{% endif %} class="navbar-brand">
|
||||
<img loading="lazy" height="30" src="/assets/images/{{'SITE_NAME' | app_config}}/headericon.gif">
|
||||
{% if "marsey.tech" in request.host %}
|
||||
<span style="font-weight: bold; font-size: 19px;">marsey.tech</span>
|
||||
<span style="font-weight: bold; font-size: 20px;">marsey.tech</span>
|
||||
{% elif "gigachadlife" in request.host %}
|
||||
<span style="font-weight: bold; font-size: 20px;">GigaChadLife</span>
|
||||
{% else %}
|
||||
<img loading="lazy" src="/assets/images/{{'SITE_NAME' | app_config}}/logo.gif" height="20">
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue