remotes/1693045480750635534/spooky-22
kek7198 2021-12-19 15:51:41 -06:00
parent 457826c259
commit f2c0cb609f
1 changed files with 7 additions and 1 deletions

View File

@ -217,7 +217,13 @@
</head>
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" class="{% if v and v.theme %}{{v.theme}}{% else %}theme-iron dark{% endif %} overflow-hidden overflow-y-auto sm:overflow-y-none antialiased bg-cover bg-center bg-gray-500 text-gray-900 dark:bg-gray-700 dark:text-gray-100">
{% if v and (v.theme == 'theme-iron dark' or v.theme == 'theme-evergreen') %}
{% set theme = {{ v.theme }} %}
{% else %}
{% set theme = 'theme-iron dark' %}
{% endif %}
<body id="{% if request.path != '/comments' %}{% block pagetype %}frontpage{% endblock %}{% endif %}" class="{{ theme }} overflow-hidden overflow-y-auto sm:overflow-y-none antialiased bg-cover bg-center bg-gray-500 text-gray-900 dark:bg-gray-700 dark:text-gray-100">
{% block Banner %}
{% endblock %}