remotes/1693045480750635534/spooky-22
Aevann1 2021-09-05 23:36:56 +02:00
parent ecfee05a9a
commit 1615ca0108
1 changed files with 3 additions and 1 deletions

View File

@ -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 %}