remotes/1693045480750635534/spooky-22
kek7198 2021-11-30 17:38:31 -06:00
parent 0a321fb137
commit 6cdf515559
1 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@
<!-- Title -->
{% if p.realurl(v) %}
<h1 id="post-title" class="post-title text-black font-bold font-heading text-lg md:text-2xl leading-normal mb-2">
<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>
@ -332,7 +332,7 @@
</a>
</h1>
{% else %}
<h1 id="post-title" class="post-title text-black font-bold font-heading text-lg md:text-2xl leading-normal mb-2">
<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 %}
{{p.realtitle(v) | safe}}
</h1>