forked from MarseyWorld/MarseyWorld
same as last commit
parent
9f89352489
commit
f23cbadca4
|
@ -8,15 +8,6 @@
|
|||
{% endblock %}
|
||||
{% block pagetype %}thread{% endblock %}
|
||||
{% block head_final %}
|
||||
|
||||
{% include "awards.html" %}
|
||||
|
||||
{# DO NOT REMOVE THIS #}
|
||||
{% if IS_FISTMAS() %}
|
||||
{% include "fistmas/awards.html" %}
|
||||
{% endif %}
|
||||
{# ^^ DO NOT REMOVE THIS ^^ #}
|
||||
|
||||
{% endblock %}
|
||||
{% set ups=p.upvotes %}
|
||||
{% set downs=p.downvotes %}
|
||||
|
@ -65,6 +56,9 @@
|
|||
|
||||
{% 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