Fix new styling errors

Fix error page
Update Notification styling
This commit is contained in:
Michał Gdula 2023-03-25 20:24:38 +00:00
parent 824c849eaa
commit cdb3836dab
16 changed files with 154 additions and 96 deletions

View file

@ -3,16 +3,15 @@
{% block nav_home %}selected{% endblock %}
{% block content %}
<div class="banner">
<div class="banner small">
<div class="banner-content">
<p>{{ config.WEBSITE.motto }}</p>
<h1>{{ config.WEBSITE.name }}</h1>
{% if images|length == 0 %}
<p>Serving 0 images :<</p>
<p>0 images :<</p>
{% elif images|length == 69 %}
<p>Serving {{ images|length }} images, nice</p>
<p>{{ images|length }} images, nice</p>
{% else %}
<p>Serving {{ images|length }} images</p>
<p>{{ images|length }} images</p>
{% endif %}
</div>
</div>