same as last commit

pull/83/head
Aevann 2023-01-02 05:57:14 +02:00
parent 9f89352489
commit f23cbadca4
1 changed files with 3 additions and 9 deletions

View File

@ -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 %}">