remotes/1693045480750635534/spooky-22
Aevann1 2021-09-05 17:12:22 +02:00
parent 1be940bb01
commit 5581d35802
1 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<nav class="shadow shadow-md fixed-top">
{% if "rdrama" in request.host %}
<div id="srd" style="width: 100%; background-color: var(--primary); padding: 2px; text-align: center; font-weight: bold;">
<a style="color: white" href="https://reddit.com/r/SubredditDrama">/r/SubredditDrama brigading site</a>
<a style="color: white" href="https://reddit.com/r/SubredditDrama">/r/SubredditDrama official site</a>
</div>
{% endif %}
<div class="navbar navbar-expand-md navbar-light" id="navbar">
@ -11,7 +11,11 @@
<div class="flex-grow-1">
<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">
<img loading="lazy" src="/assets/images/{{'SITE_NAME' | app_config}}/logo.gif" height="20">
{% if "marsey.tech" in request.host %}
<span style="font-weight: bold; font-size: 19px;">marsey.tech</span>
{% else %}
<img loading="lazy" src="/assets/images/{{'SITE_NAME' | app_config}}/logo.gif" height="20">
{% endif %}
</a>
</div>
<div class="flex-grow-1 d-fl d-none d-md-block">