remotes/1693045480750635534/spooky-22
Aevann1 2021-09-14 16:21:04 +02:00
parent 5805c0ba0f
commit a6a23b1c66
2 changed files with 6 additions and 2 deletions

View File

@ -1233,7 +1233,11 @@
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" style="overflow-x: hidden; {% if v and v.background %} background:url(/assets/images/backgrounds/{{v.background}}) no-repeat center center fixed !important; background-size: cover!important; background-color: #000!important;{% endif %} {% if 'rdrama' in request.host %}margin-top: 29px!important;{% endif %}">
{% if "marsey.tech" not in request.host %}<a rel="nofollow noopener noreferrer" href="{% if 'rdrama' in request.host %}https://secure.transequality.org/site/Donation2?df_id=1480{% else %}/{% endif %}"><img loading="lazy" src="/assets/images/{{'SITE_NAME' | app_config}}/{% if v %}banner.webp{% else %}cached.webp{% endif %}" width="100%"></a>{% endif %}
{% if "marsey.tech" not in request.host and '@' not in request.path %}
<a rel="nofollow noopener noreferrer" href="{% if 'rdrama' in request.host %}https://secure.transequality.org/site/Donation2?df_id=1480{% else %}/{% endif %}">
<img loading="lazy" src="/assets/images/{{'SITE_NAME' | app_config}}/{% if v %}banner.webp{% else %}cached.webp{% endif %}" width="100%">
</a>
{% endif %}
{% include "header.html" %}

View File

@ -376,7 +376,7 @@
<div class="container-fluid text-center bg-white d-md-none">
<div class="row">
<div class="col px-0">
<a rel="nofollow noopener noreferrer" href="{{u.banner_url}}" {% if not v or v.newtabexternal %}target="_blank"{% endif %}><img loading="lazy" src="{{u.banner_url}}" style="width: 100%; height: 65px; object-fit: cover;"></a>
<a rel="nofollow noopener noreferrer" href="{{u.banner_url}}" {% if not v or v.newtabexternal %}target="_blank"{% endif %}><img height="100" width="100%" loading="lazy" src="{{u.banner_url}}" style="object-fit: cover;"></a>
</div>
</div>
<div class="row border-bottom">