mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 19:46:16 +00:00
Switch to Manrope font
Fix inconsistent buttons
Removed default header background
Added info button with version and ❤️
Random fixes
This commit is contained in:
parent
ad8da1ae4e
commit
4e7301b9de
15 changed files with 169 additions and 64 deletions
|
@ -4,13 +4,16 @@
|
|||
|
||||
{% block content %}
|
||||
<div class="banner">
|
||||
<img src="{{ url_for('static', filename='images/bg.svg') }}" onload="imgFade(this)" style="opacity:0;"/>
|
||||
<span class="banner-filter"></span>
|
||||
|
||||
<div class="banner-content">
|
||||
<p>{{ config.WEBSITE.motto }}</p>
|
||||
<h1>Groups</h1>
|
||||
<p>{{ groups|length }} Groups</p>
|
||||
<h1>Photo Groups</h1>
|
||||
{% if groups|length == 0 %}
|
||||
<p>0 photo groups :<</p>
|
||||
{% elif groups|length == 69 %}
|
||||
<p>{{ groups|length }} photo groups, uwu</p>
|
||||
{% else %}
|
||||
<p>{{ groups|length }} photo groups</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue