remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 15:12:42 -06:00
parent 8053fe84e9
commit 937a832563
1 changed files with 2 additions and 2 deletions

View File

@ -320,10 +320,10 @@
<!-- Title --> <!-- Title -->
<h1 id="post-title" class="post-title font-bold font-heading text-lg md:text-3xl leading-normal mb-2"> <h1 id="post-title" class="post-title font-bold font-heading text-lg md:text-3xl leading-normal mb-2">
{% if p.club %} {% if p.club %}
<span class="badge badge-yellow font-sans-serif">Country Club</span> <span class="badge badge-yellow font-sans-serif md:hidden">Country Club</span>
{% endif %} {% endif %}
{% if p.flair %} {% if p.flair %}
<span class="badge badge-blue font-sans-serif"> <span class="badge badge-blue font-sans-serif md:hidden">
{{p.flair | safe}} {{p.flair | safe}}
</span> </span>
{% endif %} {% endif %}