fsd
This commit is contained in:
parent
6b6e762d31
commit
5815c571bd
4 changed files with 4 additions and 4 deletions
|
@ -223,7 +223,7 @@
|
|||
|
||||
</head>
|
||||
|
||||
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" {% if SITE_NAME == 'rDrama' %}style="{% if path != '/formatting' %}overflow-x: hidden; {% endif %} background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed; background-color: var(--background)!important;"{% endif %}>
|
||||
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" {% if SITE_NAME == 'rDrama' %}style="{% if path != '/formatting' %}overflow-x: hidden; {% endif %} background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed; background-color: var(--background)"{% endif %}>
|
||||
|
||||
{% block Banner %}
|
||||
{% if '@' not in request.path %}
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
{% endif %}
|
||||
</head>
|
||||
|
||||
<body id="settings" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed; background-color: var(--background)!important;"{% endif %}>
|
||||
<body id="settings" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed; background-color: var(--background)"{% endif %}>
|
||||
|
||||
{% include "header.html" %}
|
||||
<div class="container">
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
{% endif %}
|
||||
</head>
|
||||
|
||||
<body id="settings2" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed; background-color: var(--background)!important;"{% endif %}>
|
||||
<body id="settings2" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed; background-color: var(--background)"{% endif %}>
|
||||
|
||||
{% include "header.html" %}
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
<body id="submit" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed; background-color: var(--background)!important;display: block;"{% endif %}>
|
||||
<body id="submit" {% if SITE_NAME == 'rDrama' %}style="overflow-x: hidden; background:url(/assets/images/backgrounds/anime/{{'2' if v and v.id == 8195 else '1'}}.webp) center center fixed; background-color: var(--background)display: block;"{% endif %}>
|
||||
|
||||
{% include "header.html" %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue