forked from rDrama/rDrama
1
0
Fork 0

remove spaces

master
Aevann 2023-08-17 01:43:27 +03:00
parent 2015764215
commit e452340b4a
5 changed files with 8 additions and 8 deletions

View File

@ -11,20 +11,20 @@
{% if p.award_count("wholesome", v) %}
{% set wholesome = '/e/marseywholesome.webp' %}
{{ stackable_award('wholesome', wholesome, ':#marseywholesome:') }}
{{stackable_award('wholesome', wholesome, ':#marseywholesome:')}}
{% endif %}
{% if p.award_count("train", v) %}
{{ stackable_award('train', '/e/marseytrain.webp', ':#marseytrain:') }}
{{stackable_award('train', '/e/marseytrain.webp', ':#marseytrain:')}}
{% endif %}
{% if p.award_count("scooter", v) %}
{{ stackable_award('scooter', '/e/marseyscooter.webp', ':#marseyscooter:') }}
{{stackable_award('scooter', '/e/marseyscooter.webp', ':#marseyscooter:')}}
{% endif %}
{% if p.award_count("firework", v) %}
<script defer src="{{'js/fireworks.js' | asset}}"></script>
{{ stackable_award('firework') }}
{{stackable_award('firework')}}
{% endif %}
{% if p.award_count("confetti", v) and IS_BIRTHGAY() %}

View File

@ -12,7 +12,7 @@
<div class="row justify-content-around" id="main-content-row">
<div class="col h-100 {% block customPadding %}custom-gutters{% endblock %}" id="main-content-col">
{{ macros.chat_users_online() }}
{{macros.chat_users_online()}}
<div id="chat-group-template" class="d-none">
{{macros.chat_group_template()}}

View File

@ -93,7 +93,7 @@
</div>
<div class="card-block text-left x-scroll-parent w-100">
<div class="post-meta text-left x-scroll mb-md-2">
{{ macros.post_meta(p) }}
{{macros.post_meta(p)}}
</div>
<h5 class="card-title post-title text-left w-lg-95 pb-0 pb-md-1">
<a id="{{p.id}}-title" {% if v and v.newtab %}data-target="t" target="_blank"{% endif %} href="{{p.permalink}}" class="{% if p.sub %}sub{% endif %} stretched-link {% if p.chudded %}text-uppercase{% endif %}">

View File

@ -56,7 +56,7 @@
</div>
{% elif request.path.startswith('/search/posts') or request.path.startswith('/search/comments') %}
<div>
<div style="display: inline-block; width: 150px; text-align: center;">{{HOLE_NAME | capitalize }}:</div>
<div style="display: inline-block; width: 150px; text-align: center;">{{HOLE_NAME | capitalize}}:</div>
<button type="button" data-nonce="{{g.nonce}}" data-onclick="addParam(this)" class="searchparam mb-1">{{HOLE_NAME}}:music</button>
</div>
{% if request.path.startswith('/search/comments') %}

View File

@ -5,7 +5,7 @@
{%- endmacro -%}
{%- macro random_image(path) -%}
{{- "/" ~ path ~ "/" ~ listdir('files/' ~ path)|random() ~ '?x=6' }}
{{- "/" ~ path ~ "/" ~ listdir('files/' ~ path)|random() ~ '?x=6' -}}
{%- endmacro -%}
{% macro post_meta(p) %}