forked from MarseyWorld/MarseyWorld
fix award placement lol (#95)
this is fine :marseyclueless: Reviewed-on: rDrama/rDrama#95 Co-authored-by: geese_suck <deandre.williams@geese-suck.us> Co-committed-by: geese_suck <deandre.williams@geese-suck.us>master
parent
585d8f9695
commit
e891d25777
|
@ -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 %}">
|
||||
|
|
Loading…
Reference in New Issue