remotes/1693045480750635534/spooky-22
kek7198 2021-12-03 12:32:30 -06:00
parent 51418bcd3f
commit d9ec366579
1 changed files with 2 additions and 2 deletions

View File

@ -328,14 +328,14 @@
<h1 id="post-title" class="post-title text-black font-bold font-heading text-lg md:text-3xl leading-normal mb-2">
<a {% if not v or v.newtabexternal %}target="_blank"{% endif %} rel="nofollow noopener noreferrer" href="{{p.realurl(v)}}">
{% if p.club %}
<span class="patron font-bolder mr-1" style="background-color:red; font-size:10px; line-height:2;">COUNTRY CLUB</span>
<span class="mr-1 badge badge-red uppercase">Country Club</span>
{% endif %}
{{p.realtitle(v) | safe}}
</a>
</h1>
{% else %}
<h1 id="post-title" class="post-title text-black font-bold font-heading text-lg md:text-3xl leading-normal mb-2">
{% if p.club %}<span class="patron font-bolder mr-1" style="background-color:red; font-size:10px; line-height:2;">COUNTRY CLUB</span>{% endif %}
{% if p.club %}<span class="mr-1 badge badge-red uppercase">Country Club</span>{% endif %}
{{p.realtitle(v) | safe}}
</h1>
{% endif %}