remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 14:36:03 -06:00
parent 5c6aeca5eb
commit 4da70eab9d
1 changed files with 3 additions and 1 deletions

View File

@ -248,9 +248,11 @@
<ul class="flex flex-wrap gap-2 items-center mb-0"> <ul class="flex flex-wrap gap-2 items-center mb-0">
<!-- Flair --> <!-- Flair -->
{% if p.flair %} {% if p.flair %}
<li>
<span class="badge badge-blue font-sans-serif"> <span class="badge badge-blue font-sans-serif">
{{p.flair | safe}} {{p.flair | safe}}
</span> </span>
</li>
{% endif %} {% endif %}
<!-- NSFW --> <!-- NSFW -->
{% if p.over_18 %} {% if p.over_18 %}
@ -262,7 +264,7 @@
{% if p.club %} {% if p.club %}
<li> <li>
<span class="badge badge-yellow">Country Club</span> <span class="badge badge-yellow">Country Club</span>
<li> </li>
{% endif %} {% endif %}
<!-- Stickied --> <!-- Stickied -->
{% if p.stickied %} {% if p.stickied %}