fix award placement lol (#95)

this is fine :marseyclueless:

Reviewed-on: #95
Co-authored-by: geese_suck <deandre.williams@geese-suck.us>
Co-committed-by: geese_suck <deandre.williams@geese-suck.us>
pull/98/head
geese_suck 2023-01-25 02:25:01 +00:00 committed by Aevann
parent 585d8f9695
commit e891d25777
1 changed files with 2 additions and 3 deletions

View File

@ -8,6 +8,8 @@
{% endblock %}
{% block pagetype %}thread{% endblock %}
{% block head_final %}
{% include "awards.html" %}
{% include "fistmas/awards.html" %}
{% endblock %}
{% set ups=p.upvotes %}
{% set downs=p.downvotes %}
@ -56,9 +58,6 @@
{% block content %}
{% include "awards.html" %}
{% include "fistmas/awards.html" %}
<div class="row mb-3">
<div id="post-root" class="col-12 {% if p.award_count('tilt', v) %}tilt{% endif %}">